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

Match all other responsive utilities and use important on the display: table

parent 93bf800e
Showing with 1 addition and 1 deletion
+1 -1
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
// More easily include all the states for responsive-utilities.less. // More easily include all the states for responsive-utilities.less.
.responsive-visibility() { .responsive-visibility() {
display: block !important; display: block !important;
table& { display: table; } table& { display: table !important; }
tr& { display: table-row !important; } tr& { display: table-row !important; }
th&, th&,
td& { display: table-cell !important; } td& { display: table-cell !important; }
......
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