mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Additional style tweaks around parameter input (no-changelog) (#19194)
This commit is contained in:
@@ -68,6 +68,7 @@ withDefaults(defineProps<Props>(), { middleWidth: '160px' });
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
|
position: relative;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
flex-basis: 240px;
|
flex-basis: 240px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|||||||
@@ -225,8 +225,6 @@ $container-height: 22px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.noExpressionSelector {
|
.noExpressionSelector {
|
||||||
margin-bottom: var(--spacing-4xs);
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
padding-right: 0 !important;
|
padding-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user