UI: Refactoring
This commit is contained in:
parent
910e0cabb8
commit
1c3ed40dc7
@ -46,7 +46,7 @@
|
||||
<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% 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">
|
||||
<tb-filter-predicate
|
||||
class="flex-1"
|
||||
|
||||
@ -104,7 +104,7 @@ module.exports = {
|
||||
'37.5': '9.375rem',
|
||||
'62.5': '15.625rem',
|
||||
'72.5': '18.125rem',
|
||||
'590': '36.875rem'
|
||||
'147.5': '36.875rem'
|
||||
},
|
||||
maxWidth: {
|
||||
'5%': '5%',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user