fix bootstrap responsive utilities with react-table

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

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;