sass-site/source/assets/css/components/_tables.scss
₍˄ุ.͡˳̫.˄ุ₎ 92f17202ec Lots of clean up.
2013-10-14 15:52:40 -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; }
}
}