Fix filter overflow (#2746)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-03-16 13:00:16 +06:00 committed by GitHub
parent ea44bc8389
commit e8f3447d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@
}} }}
> >
<div class="flex-between w-full"> <div class="flex-between w-full">
<div class="flex"> <div class="flex clear-mins overflow-label">
<div class="check pointer-events-none"> <div class="check pointer-events-none">
<CheckBox checked={isSelected(value, filter.value)} primary /> <CheckBox checked={isSelected(value, filter.value)} primary />
</div> </div>

View File

@ -147,7 +147,7 @@
}} }}
> >
<div class="flex-between w-full"> <div class="flex-between w-full">
<div class="flex"> <div class="flex clear-mins">
<div class="check pointer-events-none"> <div class="check pointer-events-none">
<CheckBox checked={isSelected(value, selectedValues)} primary /> <CheckBox checked={isSelected(value, selectedValues)} primary />
</div> </div>