Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
b5fefefd
Commit
b5fefefd
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Match all other responsive utilities and use important on the display: table
parent
93bf800e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/mixins/responsive-visibility.less
+1
-1
less/mixins/responsive-visibility.less
with
1 addition
and
1 deletion
+1
-1
less/mixins/responsive-visibility.less
+
1
-
1
View file @
b5fefefd
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
// More easily include all the states for responsive-utilities.less.
// More easily include all the states for responsive-utilities.less.
.responsive-visibility() {
.responsive-visibility() {
display: block !important;
display: block !important;
table& { display: table; }
table& { display: table
!important
; }
tr& { display: table-row !important; }
tr& { display: table-row !important; }
th&,
th&,
td& { display: table-cell !important; }
td& { display: table-cell !important; }
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment