Commit d9586e28 authored by dzwillia's avatar dzwillia
Browse files

Added position: static to table th and td.

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