css comments

This commit is contained in:
Collin M. Barrett 2018-03-24 12:02:47 -05:00
parent 60b8593fe8
commit ea0ef24a23

View file

@ -2,10 +2,12 @@ body, h2, h3, h4, h5, blockquote {
font-size: 16px;
}
/* resolve react-table conflict with bootstrap responsive column hiding */
.rt-thead, .rt-tbody {
min-width: 0 !important;
}
/* center align react-table row elements */
.rt-tr {
-ms-align-items: center;
-o-align-items: center;