Improve dialog text wrapping and sizing

This commit is contained in:
Shantur Rathore
2025-11-27 20:11:38 +00:00
parent 9fa436b0b8
commit b6e43c899b
4 changed files with 8 additions and 4 deletions

View File

@@ -8,6 +8,10 @@
@apply rounded-lg shadow-2xl flex flex-col;
background-color: var(--surface-base);
color: var(--text-primary);
max-width: min(100%, calc(100vw - 32px));
overflow-wrap: anywhere;
word-break: break-word;
min-width: 0;
}
.modal-search-container {