Adjust CSS so titles are wrap instead of truncate

Fixes #5350
pull/5439/head
nitsua 4 years ago committed by Qstick
parent 93cff9c6ef
commit ac8fa1ee93

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

Loading…
Cancel
Save