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