Audio Player: Fix text overflow

This commit is contained in:
Alexander Zinchuk 2022-09-16 18:28:54 +02:00
parent dbf9ef85c9
commit e8f2f10d49

View File

@ -173,7 +173,7 @@
.subtitle {
font-size: 0.8125rem !important;
color: var(--color-text-secondary);
line-height: 0.8125rem;
line-height: 0.9375rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;