Updated to cutoff overflow text with ellipsis

This commit is contained in:
Anon 2023-04-22 21:40:46 -07:00
parent a3c6b0b3a2
commit 45e29e0f92

View File

@ -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;