Skip to content

Commit

Permalink
fix: add min-height to form.control textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrylo Hudym-Levkovych authored and Kyrylo Hudym-Levkovych committed Nov 16, 2023
1 parent 15bf341 commit d1663ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Form/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ $select-icon-padding: .5625rem !default;
flex-grow: 1;
align-items: flex-start;

.form-control {
min-height: 2.75rem;
}

@media (min-width: map-get($grid-breakpoints, "sm")) {
margin-inline-end: $custom-control-gutter;
}
Expand Down

0 comments on commit d1663ce

Please sign in to comment.