1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

Adjust CSS so titles are wrap instead of truncate

Fixes #5350
This commit is contained in:
nitsua 2020-11-29 16:22:34 -05:00 committed by Qstick
parent 93cff9c6ef
commit ac8fa1ee93

View File

@ -55,12 +55,10 @@
.title {
composes: cell;
max-width: 30vw;
}
.title div {
@add-mixin truncate;
overflow-wrap: break-word;
}
.history {