fix table borders in ie

This commit is contained in:
Andrew Croce 2018-09-18 11:05:02 -04:00
parent 2064667356
commit 36795fe79a

View File

@ -8,6 +8,10 @@
@include panel-margin;
min-width: 100%;
@include ie-only {
border-collapse: separate;
}
th, td {
&.table-cell--align-right {
text-align: right;