widen vault card max-width to 420px to prevent orphaned words
This commit is contained in:
parent
318b9f3ace
commit
8c9330b216
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue