Skip to content

Commit

Permalink
fix(input): fix l bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed Apr 30, 2020
1 parent 9a3199e commit c41a840
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/input/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@
left: var(--gap-s);
}

.l .sub {
margin-top: var(--gap-xs);
}

/* DISABLED STATE */

.disabled .inner {
Expand Down

0 comments on commit c41a840

Please sign in to comment.