Fix long text overflowing in task comments
continuous-integration/drone/push Build is passing Details

Fixes #270
This commit is contained in:
kolaente 2020-10-18 21:04:28 +02:00
parent 8944019f5b
commit e1004d218a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

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