Merge pull request #9203 from ArtemDzhereleiko/AD/bug-fix/alarm/lists-height

Fixed min height with hint for alarm rule key filters row
This commit is contained in:
Igor Kulikov 2023-09-06 18:28:32 +03:00 committed by GitHub
commit 519ada5eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
</div>
<mat-divider style="padding-bottom: 5px;"></mat-divider>
<div class="predicate-list">
<div fxLayout="row" fxLayoutAlign="start" style="height: 71px;"
<div fxLayout="row" fxLayoutAlign="start" style="height: 76px;"
formArrayName="predicates"
*ngFor="let predicateControl of predicatesFormArray.controls; let $index = index">
<div fxFlex="8" fxLayout="row" fxLayoutAlign="center" class="filters-operation">

View File

@ -34,7 +34,7 @@
</div>
<mat-divider></mat-divider>
<div class="key-filter-list">
<div fxLayout="row" fxLayoutAlign="start" style="max-height: 71px;"
<div fxLayout="row" fxLayoutAlign="start" style="max-height: 76px;"
formArrayName="keyFilters"
*ngFor="let keyFilterControl of keyFiltersFormArray.controls; let $index = index">
<div fxFlex="8" class="filters-operation">