ContributorModal: Fix vertical overflow on multi word names

This commit is contained in:
Vendicated 2023-10-19 00:22:49 +02:00
parent a452945ac8
commit cd61354998
No known key found for this signature in database
GPG Key ID: D66986BAF75ECF18

@ -17,6 +17,7 @@
font-size: 20px; font-size: 20px;
height: 20px; height: 20px;
position: relative; position: relative;
text-wrap: nowrap;
} }
.vc-author-modal-name::before { .vc-author-modal-name::before {