0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-28 00:54:30 +01:00

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

This commit is contained in:
Mark Otto 2015-03-28 20:34:06 -07:00
parent 93bf800e1f
commit b5fefefd49

View File

@ -4,7 +4,7 @@
// More easily include all the states for responsive-utilities.less.
.responsive-visibility() {
display: block !important;
table& { display: table; }
table& { display: table !important; }
tr& { display: table-row !important; }
th&,
td& { display: table-cell !important; }