Skip to content

Commit a874a7d

Browse files
author
Vladimir Kubantsev
committed
fix(ArrayBase): align items first baseline
Fixes transparent remove button positioning relative to text input when error wrapper error text is visible
1 parent 3d7fd83 commit a874a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/kit/components/Inputs/ArrayBase/ArrayBase.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
align-items: flex-end;
77

88
.#{$ns}transparent {
9-
align-items: flex-end;
9+
align-items: baseline;
1010
}
1111
}
1212

0 commit comments

Comments
 (0)