Skip to content

Commit 81d807d

Browse files
authored
Sortable Table Example: Improve CSS so it works when all columns are sortable (pull #2910)
Fix issue #2904: Ensure that the TH height is sufficient if the table is changed to make all the columns sortable.
1 parent 829499f commit 81d807d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/patterns/table/examples/css/sortable-table.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ table.sortable th:nth-child(5) {
2424
}
2525

2626
table.sortable th button {
27-
position: absolute;
2827
padding: 4px;
2928
margin: 1px;
3029
font-size: 100%;

0 commit comments

Comments
 (0)