mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +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 {
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
flex-basis: 240px;
|
||||
flex-grow: 1;
|
||||
|
||||
@@ -225,8 +225,6 @@ $container-height: 22px;
|
||||
}
|
||||
|
||||
.noExpressionSelector {
|
||||
margin-bottom: var(--spacing-4xs);
|
||||
|
||||
span {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user