sass-site/source/assets/stylesheets/components/_tables.scss
2013-10-09 06:30:53 -04:00

15 lines
223 B
SCSS

@media (max-width: $tablet-large) {
.table-responsive {
@include trailer;
width: 100%;
overflow: {
x: auto;
y: hidden;
}
table { margin-bottom: 0; }
td { white-space: nowrap; }
}
}