Skip to content

Commit 81d2757

Browse files
committed
fix(inputs): fixed outline input without label misalignment
1 parent b6cb30a commit 81d2757

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/components/input/input-ios.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@
109109
padding-bottom: 0px;
110110
}
111111
.item-input-wrap {
112+
margin-top: 2px;
113+
}
114+
.item-title + .item-input-wrap {
112115
margin-top: -22px;
113116
}
114117

0 commit comments

Comments
 (0)