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 {