Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 856f436

Browse files
vintaclaude
andcommitted
fix(css): consolidate table-wrap overflow-x into single breakpoint
Moves overflow-x: clip from the 680px breakpoint into the 960px breakpoint, removing the duplicate rule. The value was applied twice across two consecutive breakpoints with no override in between. Co-Authored-By: Claude <[email protected]>
1 parent cf9cde8 commit 856f436

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

website/static/style.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ th[data-sort].sort-asc::after {
10571057
}
10581058

10591059
.table-wrap {
1060-
overflow-x: auto;
1060+
overflow-x: clip;
10611061
}
10621062
}
10631063

@@ -1108,10 +1108,6 @@ th[data-sort].sort-asc::after {
11081108
border-radius: 1.25rem;
11091109
}
11101110

1111-
.table-wrap {
1112-
overflow-x: clip;
1113-
}
1114-
11151111
.table thead th,
11161112
.table tbody td {
11171113
padding-inline: 0.55rem;

0 commit comments

Comments
 (0)