Skip to content

Commit d1434da

Browse files
committed
allow table to scroll horizontally
1 parent 5cbcfa1 commit d1434da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

webroot/css/tables.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ table {
66
max-width: 100%;
77
}
88

9-
table.longTable {
9+
/* allow long table to scroll horizontally */
10+
/* table.longTable {
1011
width: 100%;
11-
}
12+
} */
1213

1314
table.longTable tr:not(:last-child) {
1415
border-bottom: 1px solid var(--light_borders);

0 commit comments

Comments
 (0)