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:
		
						commit
						519ada5eb5
					
				@ -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">
 | 
			
		||||
 | 
			
		||||
@ -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">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user