widen vault card max-width to 420px to prevent orphaned words

This commit is contained in:
russell@unturf.com 2026-02-24 14:34:57 -05:00
parent 318b9f3ace
commit 8c9330b216
3 changed files with 3 additions and 3 deletions

View file

@ -1445,7 +1445,7 @@ dialog#uncloseai-embedded-modal[data-theme="dark"] .user-message {
display: grid;
gap: 14px;
width: 100%;
max-width: 340px;
max-width: 420px;
text-align: center;
padding: 28px 24px;
border-radius: 12px;

View file

@ -1500,7 +1500,7 @@ dialog#uncloseai-embedded-modal[data-theme="dark"] .user-message {
display: grid;
gap: 14px;
width: 100%;
max-width: 340px;
max-width: 420px;
text-align: center;
padding: 28px 24px;
border-radius: 12px;

View file

@ -90,7 +90,7 @@
display: grid;
gap: 14px;
width: 100%;
max-width: 340px;
max-width: 420px;
text-align: center;
padding: 28px 24px;
border-radius: 12px;