Commit c7b07a56 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #12742 from ZDroid/table-responsive-mixin

Make .table-responsive usable as mixin
parents f3e172a8 dfa5edca
Showing with 2 additions and 2 deletions
+2 -2
...@@ -168,8 +168,8 @@ table { ...@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment