Skip to content

Commit fd0441e

Browse files
author
Bruno Bonamin
committed
Added font-family to textarea. This change solves the tiny-font problem in forms.
1 parent 6d45e77 commit fd0441e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/assets/stylesheets/active_admin/_forms.css.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ form {
7979
border: 1px solid #c9d0d6;
8080
@include rounded;
8181
font-size: 0.95em;
82+
font-family: Helvetica, Arial, sans-serif;
8283
outline: none;
8384
padding: 8px $text-input-horizontal-padding 7px;
8485

0 commit comments

Comments
 (0)