Fixed long attachment names breaking outer boxes

Closes #460
This commit is contained in:
Dan Brown 2017-09-02 15:21:05 +01:00
parent 1c9ecc3edd
commit 70ee28ee13
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -198,6 +198,10 @@
.body, p.empty-text {
padding: $-m;
}
a {
word-wrap: break-word;
word-break: break-word;
}
}
.card.drag-card {
@ -242,6 +246,7 @@
}
> div {
padding: 0 $-s;
max-width: 80%;
}
}