Commit dfa5edca authored by Zlatan Vasović's avatar Zlatan Vasović
Browse files

Make .table-responsive usable as mixin

parent accc95cc
4 merge requests!28721Hot test,!12742Make .table-responsive usable as mixin,!22103test,!25326Adjust examples
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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;
......
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