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