scss/toolkit/layout/table.scss in titon-toolkit-0.12.0 vs scss/toolkit/layout/table.scss in titon-toolkit-0.13.2

- old
+ new

@@ -42,9 +42,15 @@ &:nth-child(odd) { background: $gray-light; } &.divider { background: shade($gray, 2%); } } } +.table-responsive { + width: 100%; + max-width: 100%; + overflow-x: auto; +} + //-------------------- Modifiers --------------------// .table.table--hover { tbody tr:not(.divider):hover { background: #fff; } } \ No newline at end of file