Updated to cutoff overflow text with ellipsis
This commit is contained in:
parent
a3c6b0b3a2
commit
45e29e0f92
@ -52,6 +52,7 @@ article{
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
td {
|
||||
@ -60,6 +61,12 @@ td {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.current-song * {
|
||||
background-color: white;
|
||||
color: black;
|
||||
|
Loading…
Reference in New Issue
Block a user