]> _ Git - fluidbook-html5.git/commitdiff
wait #4963 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 15 Dec 2021 17:38:19 +0000 (18:38 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 15 Dec 2021 17:38:19 +0000 (18:38 +0100)
style/chapters.less

index dafc3f5c469cd02fb490648a582b969ee99804ac..7aac8bdcbe04dcacf6aa1f1926cb8c0697aa9fd9 100644 (file)
@@ -137,11 +137,11 @@ ul.chapters {
 
   li > a > span {
     display: block;
-    padding-right: unit(30*@scale, px);
+    padding-right: unit(40*@scale, px);
 
     .rtl & {
       padding-right: 0;
-      padding-left: unit(30*@scale, px);
+      padding-left: unit(40*@scale, px);
     }
 
   }
@@ -154,9 +154,9 @@ ul.chapters {
     position: absolute;
     display: inline-block;
     vertical-align: top;
-    width: @size;
     height: @size;
     text-align: center;
+    white-space: nowrap;
 
     .rtl & {
       right: auto;