Commit d9586e28 authored by dzwillia's avatar dzwillia

Added position: static to table th and td.

parent 87727370
...@@ -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