1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

Move .table-responsive to a parent class instead of a modifier

This commit is contained in:
Mark Otto
2017-12-22 17:58:56 -08:00
committed by Mark Otto
parent aacfcc248d
commit eb60521c03
2 changed files with 112 additions and 145 deletions

View File

@@ -171,7 +171,7 @@
-ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057
// Prevent double border on horizontal scroll due to use of `display: block;`
&.table-bordered {
> .table-bordered {
border: 0;
}
}