Only show wrapper when it has content to show

This commit is contained in:
Niels Lyngsø
2019-02-18 14:13:23 +01:00
parent ce8b29bfcc
commit e1d990e6e8

View File

@@ -21,7 +21,7 @@
</ng-form>
<div id="nameField" class="umb-editor-header__name-and-description" style="flex: 1 1 auto;">
<div class="umb-editor-header__name-wrapper">
<div class="umb-editor-header__name-wrapper" ng-show="!nameLocked || !hideAlias">
<ng-form name="headerNameForm">
<input data-element="editor-name-field"
no-password-manager