Skip to content

Commit

Permalink
fix: This PR aligns the text height in the input field so it matches …
Browse files Browse the repository at this point in the history
…the select field
  • Loading branch information
LautaroPetaccio committed Sep 6, 2024
1 parent 8151090 commit 8cc52ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Field/Field.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
.dcl.field .ui.input input,
.ui.form .dcl.field .ui.input input {
padding: 0px;
padding-bottom: 12px;
padding-top: 4px;
padding-bottom: 7px;
padding-top: 10px;
font-size: 20px;
line-height: 28px;
font-weight: 500;
Expand Down

0 comments on commit 8cc52ef

Please sign in to comment.