Skip to content

Commit

Permalink
fix(inputs): fixed outline input without label misalignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jul 6, 2023
1 parent b6cb30a commit 81d2757
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/components/input/input-ios.less
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@
padding-bottom: 0px;
}
.item-input-wrap {
margin-top: 2px;
}
.item-title + .item-input-wrap {
margin-top: -22px;
}

Expand Down

0 comments on commit 81d2757

Please sign in to comment.