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 {
margin-bottom: 15px;
word-break: break-all;
}
.event-wrapper .event-owner img {
display: block;
}
.event-owner img {
margin-right: 5px;
height: 48px;
width: 48;
width: 48px;
max-width: 48px;
border-radius: 3px;
}
.event-wrapper .vevent {