Skip to content

Commit

Permalink
Set a max-width for the column-grouping CSS class #81
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <tdruez@nexb.com>
  • Loading branch information
tdruez committed May 14, 2024
1 parent f9288c8 commit 38f5b18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dejacode/static/css/dejacode_bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ dd.reduced pre {
z-index: 1;
font-size: 0.875rem;
}
th.column-grouping {
width: 36px;
max-width: 36px;
}
th.column-selection {
width: 27px;
max-width: 27px;
Expand Down

0 comments on commit 38f5b18

Please sign in to comment.