Fix text overflow in event metadata with long organizer name

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-06-16 12:35:07 +02:00
parent 4f67d9cbe6
commit c89c6f11e8
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 2 additions and 1 deletions

View File

@ -1443,8 +1443,9 @@ div.sidebar {
width: 100%;
.media-content {
width: calc(100% - 32px - 1rem);
max-width: 80vw;
p.has-text-grey {
p.has-text-grey-dark {
text-overflow: ellipsis;
overflow: hidden;
}