Only show wrapper when it has content to show
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user