1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

set min-height for form-control textarea

* set `min-height` for `.form-control` textarea
  * prevent user from shrink textarea to minimum height
This commit is contained in:
m5o
2019-07-24 17:15:10 +02:00
committed by Martijn Cuppens
parent a9c35b3ca8
commit 7b3ec256d5
2 changed files with 5 additions and 9 deletions

View File

@@ -125,7 +125,7 @@
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .form-select {
height: $input-height-lg;
min-height: $input-height-lg;
}
.input-group-lg > .form-control,
@@ -142,7 +142,7 @@
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .form-select {
height: $input-height-sm;
min-height: $input-height-sm;
}
.input-group-sm > .form-control,