feat: 🩹 add balanced text wrapping to popup modal message text

This commit is contained in:
Sebin Nyshkim 2025-06-22 02:57:13 +02:00
parent bf7f80f83f
commit 38a9c19699

View file

@ -134,6 +134,7 @@
:host .message {
flex: 1 1 100%;
text-wrap: balance;
}
:host .actions {