mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
Make .table-responsive usable as mixin
This commit is contained in:
@@ -168,8 +168,8 @@ table {
|
|||||||
// by enabling horizontal scrolling. Only applies <768px. Everything above that
|
// by enabling horizontal scrolling. Only applies <768px. Everything above that
|
||||||
// will display normally.
|
// will display normally.
|
||||||
|
|
||||||
@media (max-width: @screen-xs-max) {
|
|
||||||
.table-responsive {
|
.table-responsive {
|
||||||
|
@media (max-width: @screen-xs-max) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: (@line-height-computed * 0.75);
|
margin-bottom: (@line-height-computed * 0.75);
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
Reference in New Issue
Block a user