From 0d5f8e8fb236c52a159afc2aea22879457b5607c Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 15 May 2020 15:31:04 -0400 Subject: [PATCH] Use fixed width for ruleset tools containers Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1033 --- src/css/popup-fenix.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css index d1ae57812..3a2da0859 100644 --- a/src/css/popup-fenix.css +++ b/src/css/popup-fenix.css @@ -82,8 +82,8 @@ body.off #switch { box-sizing: border-box; display: flex; flex-direction: column; - flex-grow: 2; justify-content: space-evenly; + width: 25%; } .rulesetTools [id] { background-color: var(--bg-transient-notice);