Skip to content

Commit

Permalink
fix(editor): Fix alignment in RMC component (#13167)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsmr authored Feb 11, 2025
1 parent 115a367 commit 78644b0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,13 +444,18 @@ defineExpose({

<style module lang="scss">
.parameterItem {
--delete-option-width: 22px;
display: flex;
padding: 0 0 0 var(--spacing-s);
.parameterInput {
width: 100%;
}
.parameterInput:first-child {
margin-left: var(--delete-option-width);
}
&.hasIssues {
.parameterIssues {
float: none;
Expand Down

0 comments on commit 78644b0

Please sign in to comment.