From: Mark Otto Date: Sun, 29 Mar 2015 03:34:06 +0000 (-0700) Subject: Match all other responsive utilities and use important on the display: table X-Git-Tag: v3.3.5~173^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5fefefd49c79ff1e40ddb0d466f2f0e8f135cb9;p=thirdparty%2Fbootstrap.git Match all other responsive utilities and use important on the display: table --- diff --git a/less/mixins/responsive-visibility.less b/less/mixins/responsive-visibility.less index f7951c3d75..ecf1e979fd 100644 --- a/less/mixins/responsive-visibility.less +++ b/less/mixins/responsive-visibility.less @@ -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; }