Skip to content

Commit

Permalink
feat(core-components-form-control): change l-size height
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed Sep 8, 2020
1 parent d510313 commit c87f908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/form-control/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
}

.l .inner {
min-height: 68px;
min-height: 72px;
}

.l .label {
Expand All @@ -175,7 +175,7 @@
}

.l .errorIcon {
height: 67px;
height: 71px;
}

.l.hasLeftAddons .label {
Expand Down

0 comments on commit c87f908

Please sign in to comment.