diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css index 3a2da0859..8db91e390 100644 --- a/src/css/popup-fenix.css +++ b/src/css/popup-fenix.css @@ -127,7 +127,6 @@ body.needSave #revertRules { .itemRibbon > [data-i18n] + span { justify-self: end; text-align: end; - white-space: nowrap; } .toolRibbon { @@ -512,7 +511,7 @@ body:not([data-more~="e"]) [data-more="e"] { } :root.desktop #main { max-width: 340px; - width: max-content; + min-width: 290px; } :root:not(.mobile) #switch:hover { background-color: var(--default-surface-hover); diff --git a/src/popup-fenix.html b/src/popup-fenix.html index ff4114250..b90c5e018 100644 --- a/src/popup-fenix.html +++ b/src/popup-fenix.html @@ -52,8 +52,8 @@
- +