Skip to content

Commit

Permalink
feat: proper label width
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Dec 8, 2024
1 parent 29031dd commit a397f85
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 6 additions & 0 deletions static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a397f85

Please sign in to comment.