fix(ui): filters padding

This commit is contained in:
Shekar Siri 2025-02-07 14:26:53 +01:00
parent 5dc5f085b9
commit dd549b4c1f

View file

@ -52,7 +52,7 @@ export const FilterList = observer((props: Props) => {
<div
className={cn(
'bg-white',
borderless ? '' : 'pt-2 px-4 rounded-xl border border-gray-lighter'
borderless ? '' : 'pb-2 px-4 rounded-xl border border-gray-lighter'
)}
style={{
borderBottomLeftRadius: props.mergeDown ? 0 : undefined,
@ -85,7 +85,7 @@ export const FilterList = observer((props: Props) => {
!filter.isEvent ? (
<div
key={`${filter.key}-${filterIndex}`}
className={'py-2 hover:bg-active-blue px-5 '}
className={'hover:bg-active-blue px-5 '}
style={{
marginLeft: '-1.25rem',
width: 'calc(100% + 2.5rem)'