Skip to content

Commit

Permalink
fix: input field styles
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Nov 2, 2022
1 parent 5722fca commit 5ee91f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ui/src/components/Form/Field/Field.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

.field > input,
.field > select {
font-size: 0.875rem;
line-height: 1.25rem;
font-size: 0.875rem !important;
line-height: 1.25rem !important;
display: block;
width: 100%;
margin-top: 0.25rem;
margin-top: 0.25rem !important;
}

.field.inline {
Expand Down

0 comments on commit 5ee91f4

Please sign in to comment.