Skip to content

Commit

Permalink
Width of last column
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrendel committed Oct 23, 2024
1 parent 2795b78 commit bc5de45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1891,6 +1891,10 @@ fieldset .field {
color: rgb(150, 150, 150);
}

.inventory-groups thead td:last-child {
width: 5%;
}

.inventory-groups.table td {
border: 1px solid rgb(100, 100, 100);
}
Expand Down
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

0 comments on commit bc5de45

Please sign in to comment.