mirror of https://github.com/gorhill/uBlock.git
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:
parent
5e8f65920d
commit
458f364e3e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue