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
fc0eee7d
Commit
fc0eee7d
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #14838 from twbs/ie9-bizarre-table-hover-bug
Add min-height: 0% to .table-responsive; fixes
#14837
parents
930c422f
15236f51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/tables.less
+1
-0
less/tables.less
with
1 addition
and
0 deletions
+1
-0
less/tables.less
+
1
-
0
View file @
fc0eee7d
...
@@ -170,6 +170,7 @@ table {
...
@@ -170,6 +170,7 @@ table {
.table-responsive {
.table-responsive {
overflow-x: auto;
overflow-x: auto;
min-height: 0%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)
@media screen and (max-width: @screen-xs-max) {
@media screen and (max-width: @screen-xs-max) {
width: 100%;
width: 100%;
...
...
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