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
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

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