Skip to content

Commit 35a07b1

Browse files
committed
fixes table width/cutoff problem described in issue #9
1 parent 2a70d18 commit 35a07b1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

assets/css/reboot.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,13 @@ th {
297297
color: #283040;
298298
font-weight: bold; }
299299

300+
/* Fix: allow flex columns to shrink below content width so table overflow-x works */
301+
.columns > .column {
302+
min-width: 0; }
303+
304+
.content {
305+
overflow-x: auto; }
306+
300307
:not(.responsive-table) > table {
301308
display: block;
302309
margin: 1.875em 0;

0 commit comments

Comments
 (0)