add auto resize to property preview description + remove resize style
This commit is contained in:
@@ -449,6 +449,10 @@
|
||||
font-size: 12px;
|
||||
color: @grayDark;
|
||||
margin-bottom: 0;
|
||||
min-width: 100%;
|
||||
min-height: 25px;
|
||||
box-sizing: border-box;
|
||||
resize: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user