Change style to class

This commit is contained in:
BatJan
2022-11-17 14:29:40 +01:00
committed by Sebastiaan Janssen
parent 7349ae1c5c
commit 69010baceb

View File

@@ -32,7 +32,7 @@
<localize key="blockEditor_areaAliasHelp">When using GetBlockGridHTML() to render the Block Grid, the alias will be rendered in the markup as a 'data-area-alias' attribute. Use the alias attribute to target the element for the area. Example. .umb-block-grid__area[data-area-alias="MyAreaAlias"] { ... }</localize>
</umb-property-info-button>
<div class="controls">
<input type="text" name="alias" ng-model="vm.area.alias" val-server="alias" style="width:100%" required umb-auto-focus/>
<input type="text" name="alias" ng-model="vm.area.alias" val-server="alias" class="w-100" required umb-auto-focus/>
</div>
<div ng-messages="blockGridBlockConfigurationAreaForm.alias.$error" class="red">
<div ng-message="alias">
@@ -51,7 +51,7 @@
<localize key="blockEditor_areaCreateLabelHelp">Override the label text for adding a new Block to this Area, Example: 'Add Widget'</localize>
</umb-property-info-button>
<div class="controls">
<input type="text" name="createLabel" ng-model="vm.area.createLabel" style="width:100%" umb-auto-focus/>
<input type="text" name="createLabel" ng-model="vm.area.createLabel" class="w-100" umb-auto-focus/>
</div>
</div>
</div>