add auto resize to property preview description + remove resize style

This commit is contained in:
Mads Rasmussen
2015-06-17 12:27:25 +02:00
parent 5fc2299508
commit ec6022b05b
2 changed files with 5 additions and 1 deletions

View File

@@ -449,6 +449,10 @@
font-size: 12px;
color: @grayDark;
margin-bottom: 0;
min-width: 100%;
min-height: 25px;
box-sizing: border-box;
resize: none;
}
}

View File

@@ -82,7 +82,7 @@
</div>
<div class="edt-property-meta-description invisible-field">
<textarea ng-model="property.description" placeholder="Enter your description..." ng-disabled="property.inherited"></textarea>
<textarea ng-model="property.description" placeholder="Enter your description..." ng-disabled="property.inherited" umb-auto-resize></textarea>
</div>
</div>