sass-site/source/assets/css/components/_tables.scss

15 lines
223 B
SCSS
Raw Normal View History

2013-10-09 12:30:53 +02:00
@media (max-width: $tablet-large) {
.table-responsive {
@include trailer;
width: 100%;
overflow: {
x: auto;
y: hidden;
}
table { margin-bottom: 0; }
td { white-space: nowrap; }
}
}