Merge remote-tracking branch 'origin/v8/feature/ui-property-group-header-adjustment' into v8/feature/block-editor-list

This commit is contained in:
Niels Lyngsø
2020-04-01 15:53:23 +02:00
2 changed files with 3 additions and 3 deletions
@@ -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>