add some css comments

This commit is contained in:
Collin M. Barrett 2019-07-28 16:14:46 -05:00
parent d527745678
commit 108fee03fb

View file

@ -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;