Skip to content

Commit

Permalink
prevent number wrapping
Browse files Browse the repository at this point in the history
fixes: #145
  • Loading branch information
tamland committed Jan 20, 2025
1 parent 231396e commit 0bd77d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ table.table-numbered {
color: inherit;
font: inherit;
outline: inherit;
.number { display: inline; }
.number { display: inline; white-space: nowrap; }
.icon { display: none; }
}
tr.active td:first-child button {
Expand Down

0 comments on commit 0bd77d7

Please sign in to comment.