From 49a85ddaa8403eec41d84f1e465e25d6a976844c Mon Sep 17 00:00:00 2001 From: aiden <96544487+2lag@users.noreply.github.com> Date: Sat, 21 Jan 2023 23:33:51 -0600 Subject: [PATCH] Button wrapping fix Before this, buttons would easily fly off of the window, this should fix that --- gui/_tabs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/_tabs.scss b/gui/_tabs.scss index e0ca8c5..5889c81 100644 --- a/gui/_tabs.scss +++ b/gui/_tabs.scss @@ -26,7 +26,7 @@ menu[role="tablist"] { display: block; color: #222; text-decoration: none; - min-width: unset; + min-width: 25px; &[aria-selected="true"] { padding-bottom: 2px; margin-top: -2px;