fix(editor): Additional style tweaks around parameter input (no-changelog) (#19194)

This commit is contained in:
Suguru Inoue
2025-09-04 17:22:53 +02:00
committed by GitHub
parent 12aa77746e
commit 2f2672c551
2 changed files with 1 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ withDefaults(defineProps<Props>(), { middleWidth: '160px' });
}
.item {
position: relative;
flex-shrink: 0;
flex-basis: 240px;
flex-grow: 1;

View File

@@ -225,8 +225,6 @@ $container-height: 22px;
}
.noExpressionSelector {
margin-bottom: var(--spacing-4xs);
span {
padding-right: 0 !important;
}