diff --git a/app/assets/stylesheets/_application.scss b/app/assets/stylesheets/_application.scss index 86f0e59..c17bf46 100644 --- a/app/assets/stylesheets/_application.scss +++ b/app/assets/stylesheets/_application.scss @@ -400,6 +400,13 @@ input { } } } +.number-field, +.email-field, +.telephone-field, +.text-field, +.text-area-field { + text-align: left; +} .telephone-field { max-width: 15em; @@ -2134,6 +2141,7 @@ body { left: 0; max-width: 50rem; max-height: 100%; + font-size: 0.9em; overflow-y: auto; margin: auto; z-index: 1001;