Skip to content

Commit

Permalink
Make PID row inputs span full available width
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-DallOsto committed Aug 27, 2024
1 parent 4fa3123 commit 5c9797b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions static/chrome/content/skin/default/overlay.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ ul.pid-list > li {
display: flex;
}

ul.pid-list > li > label {
width: 30px;
}

ul.pid-list > li input {
width: 100%;
}

ul.pid-list > li * {
margin-left: 2px;
margin-right: 2px;
Expand All @@ -99,6 +107,7 @@ ul.pid-list > li button {
border: 0;
background: none;
padding: 1px;
margin-left: 15px;
}

ul.pid-list > li .editable-container {
Expand Down

0 comments on commit 5c9797b

Please sign in to comment.