Skip to content

Commit

Permalink
Sortable Table Example: Improve CSS so it works when all columns are …
Browse files Browse the repository at this point in the history
…sortable (pull #2910)

Fix issue #2904: Ensure that the TH height is sufficient if the table is changed to make all the columns sortable.
  • Loading branch information
kentslaney committed Feb 26, 2024
1 parent 829499f commit 81d807d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/patterns/table/examples/css/sortable-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ table.sortable th:nth-child(5) {
}

table.sortable th button {
position: absolute;
padding: 4px;
margin: 1px;
font-size: 100%;
Expand Down

0 comments on commit 81d807d

Please sign in to comment.