UI: Refactoring

This commit is contained in:
Artem Dzhereleiko 2024-12-09 17:25:29 +02:00
parent 910e0cabb8
commit 1c3ed40dc7
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
<div class="filters-operation flex max-w-8% flex-full flex-row items-stretch justify-center"> <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> <span *ngIf="$index > 0">{{ complexOperationTranslations.get(operation) | translate }}</span>
</div> </div>
<div class="flex max-w-92% min-w-590 flex-full flex-col "> <div class="flex max-w-92% min-w-147.5 flex-full flex-col ">
<div class="flex flex-1 flex-row items-center justify-start gap-2"> <div class="flex flex-1 flex-row items-center justify-start gap-2">
<tb-filter-predicate <tb-filter-predicate
class="flex-1" class="flex-1"

View File

@ -104,7 +104,7 @@ module.exports = {
'37.5': '9.375rem', '37.5': '9.375rem',
'62.5': '15.625rem', '62.5': '15.625rem',
'72.5': '18.125rem', '72.5': '18.125rem',
'590': '36.875rem' '147.5': '36.875rem'
}, },
maxWidth: { maxWidth: {
'5%': '5%', '5%': '5%',