Spaces:
No application file
No application file
| HOME_CSS = """ | |
| table > thead { | |
| white-space: normal | |
| } | |
| table { | |
| --cell-width-1: 250px | |
| } | |
| table > tbody > tr > td:nth-child(2) > div { | |
| overflow-x: auto | |
| } | |
| .filter-checkbox-group { | |
| max-width: max-content; | |
| } | |
| """ | |