From b5fefefd49c79ff1e40ddb0d466f2f0e8f135cb9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 28 Mar 2015 20:34:06 -0700 Subject: [PATCH] Match all other responsive utilities and use important on the display: table --- less/mixins/responsive-visibility.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }