1
0

Fix long text overflowing in task comments

Fixes #270
This commit is contained in:
kolaente
2020-10-18 21:04:28 +02:00
parent 8944019f5b
commit e1004d218a

View File

@ -40,3 +40,7 @@
}
}
}
.media-content {
width: calc(100% - 48px - 2em);
}