mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
css comments
This commit is contained in:
parent
72b8c7fb17
commit
58bbf9d1ef
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue