fix(editor): Fix box shadow format (no-changelog) (#20800)

This commit is contained in:
Alex Grozav 2025-10-15 14:45:05 +03:00 committed by GitHub
parent 3f673fd037
commit 0abbeaa981
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,7 @@ defineExpose({
border-radius: 16px !important;
resize: none;
padding: 16px;
box-shadow: 0px 10px 24px 0px #0000002e;
box-shadow: 0 10px 24px 0 #0000002e;
}
}