Chat Invite: Fix overflowing title (#6073)

This commit is contained in:
zubiden 2025-07-25 19:34:43 +02:00 committed by Alexander Zinchuk
parent 1e12d4f628
commit 4e525472b8

View File

@ -5,6 +5,7 @@
}
.title {
max-width: 100%;
font-size: 1.5rem;
}