css comments

This commit is contained in:
Collin Barrett 2018-03-24 12:02:47 -05:00
parent 72b8c7fb17
commit 58bbf9d1ef

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;