From 3ea92f87a3aa8ea1ea4862dfac9466e39de0cc93 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 13 Feb 2022 08:25:23 -0500 Subject: [PATCH] Prevent unset minimal width for popup panel Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1972 --- src/css/popup-fenix.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css index 8f82bea30..a85c4a090 100644 --- a/src/css/popup-fenix.css +++ b/src/css/popup-fenix.css @@ -639,7 +639,6 @@ body:not([data-more~="e"]) [data-more="e"] { } :root.portrait #main { max-width: unset; - min-width: unset; } :root.portrait #firewall { max-height: unset;