From 92206d30f66ede959d9b198f9c8b2f5bb54155ba Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 7 Jun 2024 00:31:50 -0400 Subject: [PATCH] Restore min-width on style manager -/+ buttons Set to 0 in 23da0d70b, possibly because the default was too chunky, but it's definitely wrong with 0 --- scss/preferences/_cite.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scss/preferences/_cite.scss b/scss/preferences/_cite.scss index 956e06841d..e06f3350ce 100644 --- a/scss/preferences/_cite.scss +++ b/scss/preferences/_cite.scss @@ -21,9 +21,3 @@ { width: 105px; } - -#styleManager-buttons { - button { - min-width: 0; - } -}