diff options
| author | Mark Otto <[email protected]> | 2015-03-28 20:34:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-03-28 20:34:06 -0700 |
| commit | b5fefefd49c79ff1e40ddb0d466f2f0e8f135cb9 (patch) | |
| tree | 62cc5741a4f8ce3b4882d75c37e28d81197703fb | |
| parent | 93bf800e1f00861525688007ae7aaf6f3daeda47 (diff) | |
| download | bootstrap-b5fefefd49c79ff1e40ddb0d466f2f0e8f135cb9.tar.xz bootstrap-b5fefefd49c79ff1e40ddb0d466f2f0e8f135cb9.zip | |
Match all other responsive utilities and use important on the display: table
| -rw-r--r-- | less/mixins/responsive-visibility.less | 2 |
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; } |
