mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-26 07:59:47 +03:00
fix to stop horizontal resize of text area
This commit is contained in:
parent
c9c13019de
commit
0c7077ec33
|
@ -174,6 +174,13 @@ select.form-control {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea.form-control {
|
||||||
|
height: auto;
|
||||||
|
resize: vertical; // fix to stop horizontal resize.
|
||||||
|
&[disabled] {
|
||||||
|
resize: vertical;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@mixin keyframe-input-highlight(){
|
@mixin keyframe-input-highlight(){
|
||||||
0% {
|
0% {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user