From 06ec8121ee596168796b02693e9c7693aa3a4b05 Mon Sep 17 00:00:00 2001 From: Jeder Date: Sat, 14 Sep 2024 15:04:12 +0200 Subject: [PATCH] why the fuck are these buttons so widely spaced who thought this is a good idea --- src/components/status/status.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/status/status.scss b/src/components/status/status.scss index 56af76a6..037052bd 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -322,6 +322,7 @@ > * { min-width: fit-content; + max_width: 3em; flex: 1; } }