Commit edbd1a81 authored by Mark Otto's avatar Mark Otto

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
...@@ -141,6 +141,7 @@ table { ...@@ -141,6 +141,7 @@ table {
td, td,
th { th {
&[class*="col-"] { &[class*="col-"] {
position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)
float: none; float: none;
display: table-cell; display: table-cell;
} }
......
Markdown is supported
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