1
0
mirror of https://github.com/stisla/stisla.git synced 2025-09-01 12:12:41 +02:00

Merge pull request #37 from lkloon123/patch-1

updated text area height
This commit is contained in:
Muhamad Nauval Azhar
2019-03-14 09:49:49 +07:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ select.form-control:not([size]):not([multiple]),
} }
textarea.form-control { textarea.form-control {
height: 64px !important; height: 64px;
} }
.custom-control { .custom-control {