From e9bf4865d7c0ceb20db007606c7aa66089d4d696 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Sat, 27 Jan 2024 16:10:21 +0000 Subject: [PATCH] Fixed buttons wrapping incorrectly --- hectabitstyles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hectabitstyles.css b/hectabitstyles.css index b3214bd..d05bc38 100755 --- a/hectabitstyles.css +++ b/hectabitstyles.css @@ -17,6 +17,9 @@ a { font-size: 15px; border-radius: 10px; color: white; + min-width: 50px; + max-width: 100px; + display: inline-block; } .spacer {