From 458f364e3e9c51d13e3ad000b78d75c5757e5d70 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 18 May 2020 09:08:11 -0400 Subject: [PATCH] Prevent more/less buttons from wrapping The text of the more/less buttons was spotted as wrapping in ja locale. --- src/css/popup-fenix.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css index 4305a9487..20627607a 100644 --- a/src/css/popup-fenix.css +++ b/src/css/popup-fenix.css @@ -227,6 +227,7 @@ body.mobile.no-tooltips .toolRibbon .tool { margin: 0; padding: var(--popup-gap-thin) var(--popup-gap); user-select: none; + white-space: nowrap; } :root.mobile #moreOrLess > span { padding: var(--popup-gap);