mirror of https://github.com/Chocobozzz/PeerTube
Fix table header overflow
parent
3b11bf0b61
commit
b0a9743af0
|
@ -516,6 +516,9 @@ p-table {
|
|||
th {
|
||||
background-color: pvar(--mainBackgroundColor) !important;
|
||||
outline: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
td, th {
|
||||
|
|
Loading…
Reference in New Issue