Add display flex on active table row to fix misalignment

This commit is contained in:
Justyna Field
2017-08-30 15:35:46 -06:00
committed by Maikel Linke
parent 165af4b812
commit 02fd87158e

View File

@@ -68,7 +68,11 @@
margin-right: 0;
&, & > a.row {
display: block;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
@@ -96,7 +100,7 @@
&:hover, &:active, &:focus {
// color: $dark-grey
}
}