Skip to content

Commit

Permalink
Decrease minimum width of table columns
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Dec 10, 2023
1 parent b6495ba commit b245f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/hub.css
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ table.data-table th:first-child button {
}

table.data-table th:not(:first-child) {
min-width: 250px;
min-width: 175px;
}

div.data-table-key-container {
Expand Down

0 comments on commit b245f9d

Please sign in to comment.