fix(ui): fix add cond button padding
This commit is contained in:
parent
3845c8e411
commit
265f5d5500
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ function RolloutCondition({ set, conditions, removeCondition, index, readonly }:
|
|||
) : null}
|
||||
</div>
|
||||
{readonly ? null : (
|
||||
<div className={'px-2'}>
|
||||
<FilterSelection
|
||||
filter={undefined}
|
||||
onFilterClick={onAddFilter}
|
||||
|
|
@ -86,6 +87,7 @@ function RolloutCondition({ set, conditions, removeCondition, index, readonly }:
|
|||
Add Condition
|
||||
</Button>
|
||||
</FilterSelection>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
<div className={'px-4 py-2 flex items-center gap-2 border-t'}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue