mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix bootstrap responsive utilities with react-table
This commit is contained in:
parent
fd440ae2d9
commit
60b8593fe8
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue