Update _inputs.less

This commit is contained in:
N Venkatesh Naik 2015-03-17 18:38:44 +05:30
parent 9196a33fbb
commit 19d2e9c550

View File

@ -33,7 +33,7 @@ select[multiple].form-control {
// fix to stop horizontal resize.
textarea& {
height: auto;
resize: vertical; // fix to stop horizontal resize.
resize: vertical;
&[disabled] {
resize: vertical;
}