Skip to content

Commit

Permalink
Merge pull request #6523 from pulibrary/tone-down-form-size
Browse files Browse the repository at this point in the history
Don't increase size of text in boxes.
  • Loading branch information
hackartisan authored Oct 2, 2024
2 parents 8d43b6b + 7579fa7 commit d49d1ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/assets/stylesheets/base/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,13 @@ body .form-control {
}
}

[dir='rtl'], input[type='text'] {
[dir='rtl'] {
font-family: verdana, arial;
font-size: 150%;
}
input[type='text'] {
font-family: verdana, arial;
}
.breadcrumb-item[dir='rtl'] {
font-size: 100%;
}

0 comments on commit d49d1ee

Please sign in to comment.