Don't cut off task title in task body

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2020-03-11 10:30:59 +01:00
parent 80ae7d8dfe
commit daa7bb3983
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -492,10 +492,11 @@
.title {
cursor: text;
display: inline-flex;
padding: 14px;
padding: 10px 14px;
overflow: hidden;
span {
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;