From 202958996e2025be115210d9476b2a24f7aa2414 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 15 Dec 2021 18:38:19 +0100 Subject: [PATCH] wait #4963 @0:20 --- style/chapters.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/chapters.less b/style/chapters.less index dafc3f5c..7aac8bdc 100644 --- a/style/chapters.less +++ b/style/chapters.less @@ -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; -- 2.39.5