mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-25 15:39:59 +03:00
fix to stop resize of text area - less
This commit is contained in:
parent
b607634e60
commit
c9c13019de
|
@ -29,6 +29,14 @@ select[multiple].form-control {
|
|||
background-position: center bottom, center calc(~"100% - 1px");
|
||||
background-color: transparent;
|
||||
background-color: rgba(0,0,0,0);
|
||||
|
||||
// fix to stop horizontal resize.
|
||||
textarea& {
|
||||
height: auto;
|
||||
+ resize: vertical; // fix to stop horizontal resize.
|
||||
&[disabled] {
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
||||
background-color: transparent;
|
||||
|
|
Loading…
Reference in New Issue
Block a user