mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add some css comments
This commit is contained in:
parent
d527745678
commit
108fee03fb
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
/* vertically center-align cell contents */
|
||||
.rt-tr {
|
||||
-ms-align-items: center;
|
||||
-o-align-items: center;
|
||||
|
|
@ -5,8 +6,10 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
/* set minimum usable width of table */
|
||||
div.rt-tbody, div.rt-thead.-filters, div.rt-thead.-header { min-width: 320px !important; }
|
||||
|
||||
/* prevent cell contents from getting trimmed */
|
||||
.fl-wrap-cell {
|
||||
line-height: 1;
|
||||
white-space: normal;
|
||||
|
|
|
|||
Loading…
Reference in a new issue