add word-break: break-all to .ellip

This commit is contained in:
geoffrey45
2022-08-20 14:43:30 +03:00
parent 0e02347381
commit ddeec77ccd
5 changed files with 7 additions and 12 deletions
-5
View File
@@ -137,12 +137,7 @@ const playThis = (track: Track) => {
height: 3rem;
}
.title {
word-break: break-all;
}
.artist {
word-break: break-all;
font-size: small;
color: rgba(255, 255, 255, 0.637);
}