We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a70d18 + 35a07b1 commit 3bf5615Copy full SHA for 3bf5615
1 file changed
assets/css/reboot.css
@@ -297,6 +297,13 @@ th {
297
color: #283040;
298
font-weight: bold; }
299
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
307
:not(.responsive-table) > table {
308
display: block;
309
margin: 1.875em 0;
0 commit comments