add control-group to message for proper spacing

This commit is contained in:
Niels Lyngsø
2020-05-06 15:24:14 +02:00
parent 0f4681f3f9
commit 0d412598dd

View File

@@ -21,7 +21,7 @@
<umb-box ng-if="!vm.loadingDataType">
<umb-box-content>
<div class="umb-control-group" ng-if="vm.dataType.id !== 0">
<div class="control-group umb-control-group" ng-if="vm.dataType.id !== 0">
<i class="icon-alert red"></i>
<strong class="red"><localize key="contentTypeEditor_allDocumentTypes"></localize></strong> using this editor will get updated with the new settings.
</div>