From a397f85ede920ffddcb02150924b2085a087ee4f Mon Sep 17 00:00:00 2001 From: zugdev Date: Sun, 8 Dec 2024 13:48:52 -0300 Subject: [PATCH] feat: proper label width --- static/style/inverted-style.css | 6 ++++++ static/style/style.css | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/static/style/inverted-style.css b/static/style/inverted-style.css index 981bb14..51528ca 100644 --- a/static/style/inverted-style.css +++ b/static/style/inverted-style.css @@ -258,6 +258,12 @@ overflow: hidden; display: inline-block; } + label.reason { + width: 86px; + } + label.timestamp { + width: 86px; + } input[type="radio"] { background-color: unset; cursor: default; diff --git a/static/style/style.css b/static/style/style.css index 24e5b27..4e5dd9f 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -258,6 +258,12 @@ overflow: hidden; display: inline-block; } + label.reason { + width: 86px; + } + label.timestamp { + width: 86px; + } input[type="radio"] { background-color: unset; cursor: default;