mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Refactor Alex's spacing changes
This commit is contained in:
parent
760ef5a32b
commit
0a221f3fc0
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue