Skip to content

Commit

Permalink
Add min-width to first column
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadine2016 authored Dec 16, 2024
1 parent 2e0a944 commit b71abb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/docs/scss/custom/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ table {
white-space: normal;
}
td:first-child {
white-space: nowrap;
white-space: wrap;
border-left-width: 1px;
min-width: 750px;
}
td:nth-child(2) {
white-space: nowrap;
Expand All @@ -66,6 +67,7 @@ table {
td:last-child {
border-right: inherit;
border-right-width: 1px;
white-space: wrap;
}

tr:first-child {
Expand Down

0 comments on commit b71abb1

Please sign in to comment.