diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ccbc79..a93a27b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Versions and bullets are arranged chronologically from latest to oldest. - Patched not correctly clipped Echo notification popup on mobile. (https://github.com/femiwiki/FemiwikiSkin/issues/78) - Fixed the blue spinner on Special:RecentChanges. (https://github.com/femiwiki/FemiwikiSkin/issues/385) +- The label for categories is now in a single line. (https://github.com/femiwiki/FemiwikiSkin/pull/387) ## v1.10.5 diff --git a/resources/skins.femiwiki/contents.less b/resources/skins.femiwiki/contents.less index 87121bc4..ea548646 100644 --- a/resources/skins.femiwiki/contents.less +++ b/resources/skins.femiwiki/contents.less @@ -92,8 +92,7 @@ clear: both; ul { - display: inline; - margin: 0; + margin-top: 0; padding: 0; // @See https://github.com/femiwiki/FemiwikiSkin/issues/152 word-break: break-all;