Browse Source

UI: Refactoring inline style

pull/12216/head
Artem Dzhereleiko 2 years ago
parent
commit
d68342d883
  1. 4
      ui-ngx/src/app/modules/home/components/filter/filter-predicate-list.component.html

4
ui-ngx/src/app/modules/home/components/filter/filter-predicate-list.component.html

@ -40,13 +40,13 @@
</div>
<mat-divider style="padding-bottom: 5px;"></mat-divider>
<div class="predicate-list">
<div class="flex flex-row items-stretch justify-start" style="height: 100%; min-height: 76px; max-height: 96px;"
<div class="flex flex-row items-stretch justify-start h-full min-h-[76px] max-h-[96px]"
formArrayName="predicates"
*ngFor="let predicateControl of predicatesFormArray.controls; let $index = index">
<div class="filters-operation flex max-w-8% flex-full flex-row items-stretch justify-center">
<span *ngIf="$index > 0">{{ complexOperationTranslations.get(operation) | translate }}</span>
</div>
<div class="flex max-w-92% flex-full flex-col" style="min-width: 590px">
<div class="flex max-w-92% flex-full flex-col min-w-[590px]">
<div class="flex flex-1 flex-row items-center justify-start gap-2">
<tb-filter-predicate
class="flex-1"

Loading…
Cancel
Save