mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-27 08:29:53 +03:00
Update _inputs.less
This commit is contained in:
parent
9196a33fbb
commit
19d2e9c550
|
@ -33,7 +33,7 @@ select[multiple].form-control {
|
||||||
// fix to stop horizontal resize.
|
// fix to stop horizontal resize.
|
||||||
textarea& {
|
textarea& {
|
||||||
height: auto;
|
height: auto;
|
||||||
resize: vertical; // fix to stop horizontal resize.
|
resize: vertical;
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user