]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Match all other responsive utilities and use important on the display: table 16174/head
authorMark Otto <markdotto@gmail.com>
Sun, 29 Mar 2015 03:34:06 +0000 (20:34 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 29 Mar 2015 03:34:06 +0000 (20:34 -0700)
less/mixins/responsive-visibility.less

index f7951c3d75cbe6bb72ea5f7493920611a2800797..ecf1e979fd25c27674d75e1ec6089ee53549dea5 100644 (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; }