From 81d807dfa6dc0eea7f455dfd540af0c363845274 Mon Sep 17 00:00:00 2001 From: Kent Slaney Date: Mon, 26 Feb 2024 13:59:12 -0800 Subject: [PATCH] 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. --- content/patterns/table/examples/css/sortable-table.css | 1 - 1 file changed, 1 deletion(-) diff --git a/content/patterns/table/examples/css/sortable-table.css b/content/patterns/table/examples/css/sortable-table.css index c00d6bfcd..c8921ae95 100644 --- a/content/patterns/table/examples/css/sortable-table.css +++ b/content/patterns/table/examples/css/sortable-table.css @@ -24,7 +24,6 @@ table.sortable th:nth-child(5) { } table.sortable th button { - position: absolute; padding: 4px; margin: 1px; font-size: 100%;