Fix width table header width in edge

pull/15325/head
csubira 5 years ago
parent b0b63a4c5e
commit c271988bcf

@ -85,7 +85,7 @@ $tableBorderColor: $cSecondaryLine;
.Table-headItemName {
box-sizing: border-box;
width: 180px; // ie11
width: 100%;
height: auto;
margin: 0;
padding: 0;

Loading…
Cancel
Save