Skip to content

Commit

Permalink
Merge pull request #34 from solo-io/fix-table
Browse files Browse the repository at this point in the history
Add min-width to first column
  • Loading branch information
Nadine2016 authored Dec 16, 2024
2 parents 2e0a944 + b71abb1 commit b994a81
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 b994a81

Please sign in to comment.