Skip to content

Commit

Permalink
Fix the table header word break behavior #36
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Jan 22, 2024
1 parent b06b4f1 commit a3fbc40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dejacode/static/css/dejacode_bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ code {
height: 1rem;
width: 1rem;
}
.text-break-initial {
.text-break-initial,
table.text-break thead {
word-wrap: initial!important;
word-break: initial!important;
}
Expand Down

0 comments on commit a3fbc40

Please sign in to comment.