Set standard font size for fields

pull/21833/head
J. Ryan Stinnett 2019-01-30 17:52:18 -06:00
parent d6f55a508c
commit 6718ae8b7c
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ limitations under the License.
.mx_Field textarea { .mx_Field textarea {
font-weight: normal; font-weight: normal;
font-family: $font-family; font-family: $font-family;
font-size: 14px;
border-radius: 4px; border-radius: 4px;
transition: border-color 0.25s; transition: border-color 0.25s;
border: 1px solid $input-border-color; border: 1px solid $input-border-color;