fix width of event-owner in event modal (better display of avatar image and user name)

This commit is contained in:
Hannes Heute 2024-06-23 12:41:49 +02:00
parent 0fc369a3aa
commit f1a2983233

View file

@ -2804,14 +2804,15 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
} }
.event-wrapper .event-owner { .event-wrapper .event-owner {
margin-bottom: 15px; margin-bottom: 15px;
word-break: break-all;
} }
.event-wrapper .event-owner img { .event-wrapper .event-owner img {
display: block; display: block;
} }
.event-owner img { .event-owner img {
margin-right: 5px;
height: 48px; height: 48px;
width: 48; width: 48px;
max-width: 48px;
border-radius: 3px; border-radius: 3px;
} }
.event-wrapper .vevent { .event-wrapper .vevent {