mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-30 16:26:59 +02:00
fix(editor): Fix box shadow format (no-changelog) (#20800)
This commit is contained in:
parent
3f673fd037
commit
0abbeaa981
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user