Refactor Alex's spacing changes

This commit is contained in:
Iván Ovejero 2022-05-05 15:53:42 +02:00
parent 760ef5a32b
commit 0a221f3fc0

View file

@ -268,9 +268,10 @@ export default mixins(
<style lang="scss">
.parameter-input-list-wrapper {
display: flex;
flex-direction: column;
div:first-child > .node-credentials {
padding-top: var(--spacing-xs);
}
.delete-option {
display: none;
@ -304,7 +305,7 @@ export default mixins(
.parameter-item {
position: relative;
margin: 0 0 var(--spacing-xs);
margin: var(--spacing-xs) 0;
>.delete-option {
top: var(--spacing-5xs);