fixes: When opening the doctype, media type, member type editor the name field makes a small “jump”.
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
ng-if="!hideDescription && !descriptionLocked"
|
||||
ng-model="$parent.description" />
|
||||
|
||||
<div class="umb-panel-header-locked-description" ng-show="descriptionLocked">{{ description }}</div>
|
||||
<div class="umb-panel-header-locked-description" ng-if="descriptionLocked">{{ description }}</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user