changed the style

Changed as per common approach of selectors used in this file
This commit is contained in:
N Venkatesh Naik 2015-03-17 18:47:18 +05:30
parent 19d2e9c550
commit f222ce6853

View File

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