mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Fix alignment in RMC component (#13167)
This commit is contained in:
@@ -444,6 +444,7 @@ defineExpose({
|
||||
|
||||
<style module lang="scss">
|
||||
.parameterItem {
|
||||
--delete-option-width: 22px;
|
||||
display: flex;
|
||||
padding: 0 0 0 var(--spacing-s);
|
||||
|
||||
@@ -451,6 +452,10 @@ defineExpose({
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.parameterInput:first-child {
|
||||
margin-left: var(--delete-option-width);
|
||||
}
|
||||
|
||||
&.hasIssues {
|
||||
.parameterIssues {
|
||||
float: none;
|
||||
|
||||
Reference in New Issue
Block a user