Fix table header overflow

pull/3610/head
Chocobozzz 2021-01-15 10:35:06 +01:00
parent 3b11bf0b61
commit b0a9743af0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 0 deletions

View File

@ -516,6 +516,9 @@ p-table {
th {
background-color: pvar(--mainBackgroundColor) !important;
outline: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
td, th {