Merge remote-tracking branch 'origin/v8/feature/ui-property-group-header-adjustment' into v8/feature/block-editor-list
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
.umb-group-panel__header {
|
||||
padding: 12px 20px;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
color: @grayDark;
|
||||
color: @grayDarker;
|
||||
border-bottom: 1px solid @gray-9;
|
||||
}
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
<umb-property-actions actions="propertyActions"></umb-property-actions>
|
||||
|
||||
<small class="control-description" ng-bind-html="property.description | preserveNewLineInHtml"></small>
|
||||
<small class="control-description" ng-if="property.description" ng-bind-html="property.description | preserveNewLineInHtml"></small>
|
||||
</div>
|
||||
|
||||
<div class="controls" ng-transclude>
|
||||
|
||||
Reference in New Issue
Block a user