fix bootstrap responsive utilities with react-table

This commit is contained in:
Collin Barrett 2018-03-24 12:00:50 -05:00
parent adaeb4e892
commit 72b8c7fb17

View file

@ -2,6 +2,10 @@ body, h2, h3, h4, h5, blockquote {
font-size: 16px;
}
.rt-thead, .rt-tbody {
min-width: 0 !important;
}
.rt-tr {
-ms-align-items: center;
-o-align-items: center;