File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $horizontal-offset: 12px;
6
6
7
7
@mixin grid-view {
8
8
width : 100% ;
9
- padding : 8 px 0 ;
9
+ padding : 10 px 0 ;
10
10
display : grid ;
11
11
grid-template-columns : $key-width $value-width ;
12
12
align-content : center ;
@@ -41,7 +41,6 @@ $horizontal-offset: 12px;
41
41
.data-row {
42
42
@include font-placeholder ();
43
43
color : $gray-9 ;
44
- min-height : 40px ;
45
44
word-break : break-word ;
46
45
47
46
.key ,
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ import { MultiSelectJustify } from './multi-select-justify';
57
57
#triggerContainer
58
58
>
59
59
<ht-icon *ngIf="this.icon" [icon]="this.icon" [size]="this.iconSize"></ht-icon>
60
- <ng-container *htLoadAsync=" this.triggerValues$ as triggerValues ">
61
- <div *ngIf="!this.isIconOnlyMode()" class="trigger-label-container">
60
+ <ng-container *ngIf="! this.isIconOnlyMode() ">
61
+ <div class="trigger-label-container" *ngIf="this.triggerValues$ | async as triggerValues ">
62
62
<ht-label class="trigger-label" [label]="triggerValues.label"></ht-label>
63
63
<span *ngIf="triggerValues.selectedItemsCount > 1" class="trigger-more-items"
64
64
>+{{ triggerValues.selectedItemsCount - 1 }}</span
You can’t perform that action at this time.
0 commit comments