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
d9586e28
Commit
d9586e28
authored
11 years ago
by
dzwillia
Browse files
Options
Download
Email Patches
Plain Diff
Added position: static to table th and td.
parent
87727370
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 @
d9586e28
...
...
@@ -141,6 +141,7 @@ table {
td,
th {
&[class*="col-"] {
position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)
float: none;
display: table-cell;
}
...
...
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