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;