mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-30 04:39:00 +01:00
Audio Player: Fix text overflow
This commit is contained in:
parent
dbf9ef85c9
commit
e8f2f10d49
@ -173,7 +173,7 @@
|
|||||||
.subtitle {
|
.subtitle {
|
||||||
font-size: 0.8125rem !important;
|
font-size: 0.8125rem !important;
|
||||||
color: var(--color-text-secondary);
|
color: var(--color-text-secondary);
|
||||||
line-height: 0.8125rem;
|
line-height: 0.9375rem;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
Loading…
Reference in New Issue
Block a user