Skip to content

Commit

Permalink
Merge pull request #3239 from bolt/fix/textarea-field-font-size
Browse files Browse the repository at this point in the history
Increase textarea field font-size
  • Loading branch information
bobdenotter authored Jun 15, 2022
2 parents e4eea8d + 94f37db commit be2c2e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/scss/layout/_admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ body {
@include media-breakpoint-up(xl) {
grid-column: 1/9;
}

textarea {
font-size: 1rem;
}
}
}

Expand Down

0 comments on commit be2c2e3

Please sign in to comment.