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 {
composes: cell;
max-width: 30vw;
}
.title div {
@add-mixin truncate;
overflow-wrap: break-word;
}
.history {

Loading…
Cancel
Save