Fix margin between nodes on palette

This commit is contained in:
Kazuhito Yokoi 2021-04-21 13:14:46 +09:00
parent 23a5cb1917
commit 372122037f
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
&:not(.red-ui-palette-node-config):not(.red-ui-palette-node-small):first-child {
margin-top: 15px;
}
&:not(.red-ui-palette-node-config):not(.red-ui-palette-node-small):first-child {
&:not(.red-ui-palette-node-config):not(.red-ui-palette-node-small):last-child {
margin-bottom: 15px;
}
}