Fix formatting of user names with custom emojis in EmptyState component (#39249)

This commit is contained in:
diondiondion 2026-06-02 14:04:40 +02:00 committed by GitHub
parent 78e8ee7a43
commit b076ef1b1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
.content {
max-width: 370px;
:where(svg, img) {
> :where(svg, img) {
width: 200px;
aspect-ratio: 1;
object-fit: contain;