mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-12-02 05:19:17 -06:00
Fix table header overflow
This commit is contained in:
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
Block a user