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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user