aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-03-28 20:34:06 -0700
committerMark Otto <[email protected]>2015-03-28 20:34:06 -0700
commitb5fefefd49c79ff1e40ddb0d466f2f0e8f135cb9 (patch)
tree62cc5741a4f8ce3b4882d75c37e28d81197703fb /less
parent93bf800e1f00861525688007ae7aaf6f3daeda47 (diff)
downloadbootstrap-b5fefefd49c79ff1e40ddb0d466f2f0e8f135cb9.tar.xz
bootstrap-b5fefefd49c79ff1e40ddb0d466f2f0e8f135cb9.zip
Match all other responsive utilities and use important on the display: table
Diffstat (limited to 'less')
-rw-r--r--less/mixins/responsive-visibility.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins/responsive-visibility.less b/less/mixins/responsive-visibility.less
index f7951c3d7..ecf1e979f 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; }