Skip to content

Commit 8282476

Browse files
authored
fix: dasc, fix remove button position. (#221)
1 parent 1433777 commit 8282476

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nx/blocks/form/views/editor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
.primitive-item-row {
4343
display: flex;
44-
align-items: flex-end;
44+
align-items: flex-start;
4545
gap: 8px;
4646

4747
.primitive-item-content {
@@ -51,7 +51,7 @@
5151

5252
remove-button {
5353
flex-shrink: 0;
54-
margin-bottom: 2px;
54+
margin-top: calc(var(--s2-body-xs-size) + var(--sl-field-font-size) * 2);
5555
}
5656
}
5757

0 commit comments

Comments
 (0)