Merge pull request #2947 from kazuhitoyokoi/master

Fix margin between nodes on palette
This commit is contained in:
Nick O'Leary
2021-04-21 09:42:43 +01:00
committed by GitHub

View File

@@ -134,7 +134,7 @@
&: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):first-child {
margin-top: 15px; 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; margin-bottom: 15px;
} }
} }