Commit edbd1a81 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #11932 from dzwillia/th-td-position-static

Added position: static to table th and td when using grid classes for sizing
parents 22f97677 d9586e28
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment