mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 11:10:23 +00:00
Merge pull request #12742 from ZDroid/table-responsive-mixin
Make .table-responsive usable as mixin
This commit is contained in:
commit
c7b07a5644
1 changed files with 2 additions and 2 deletions
|
|
@ -168,8 +168,8 @@ table {
|
|||
// by enabling horizontal scrolling. Only applies <768px. Everything above that
|
||||
// will display normally.
|
||||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
.table-responsive {
|
||||
.table-responsive {
|
||||
@media (max-width: @screen-xs-max) {
|
||||
width: 100%;
|
||||
margin-bottom: (@line-height-computed * 0.75);
|
||||
overflow-y: hidden;
|
||||
|
|
|
|||
Loading…
Reference in a new issue