Increasing Font Size of textarea

This commit is contained in:
Stamm 2020-03-18 10:33:50 +01:00
parent aaabaa5250
commit 4864abab1c
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@hibas123/theme", "name": "@hibas123/theme",
"version": "1.2.18", "version": "1.2.19",
"description": "", "description": "",
"main": " ", "main": " ",
"files": [ "files": [

View File

@ -16,6 +16,7 @@
textarea.inp { textarea.inp {
height: unset; height: unset;
min-height: 6rem !important; min-height: 6rem !important;
font-size: 1.1rem;
} }
.input-group { .input-group {