1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 01:29:39 +02:00

Prevent more/less buttons from wrapping

The text of the more/less buttons was spotted
as wrapping in ja locale.
This commit is contained in:
Raymond Hill 2020-05-18 09:08:11 -04:00
parent 5e8f65920d
commit 458f364e3e
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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);