mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-25 15:39:59 +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(){
|
||||
0% {
|
||||
|
|
Loading…
Reference in New Issue
Block a user