Skip to content

Commit 4dfa9e5

Browse files
committed
OpenConceptLab/ocl_issues#2211 | Search Filters padding
1 parent 3a3af2a commit 4dfa9e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/search/SearchFilters.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ const SearchFilters = ({filters, resource, onChange, kwargs, bgColor, appliedFil
256256

257257
return (
258258
<div className='col-xs-12 padding-0'>
259-
<div className='col-xs-12' style={{zIndex: 2, padding: '0px', position: open ? 'absolute' : undefined, top: 0, display: open ? undefined : 'none'}}>
260-
<div className='col-xs-12' style={{display: 'flex', justifyContent: 'space-between', alignItems: 'center', padding: '0 8px 0 0'}}>
259+
<div className='col-xs-12 padding-0' style={{zIndex: 2, position: open ? 'absolute' : undefined, top: 0, display: open ? undefined : 'none'}}>
260+
<div className='col-xs-12 padding-0' style={{display: 'flex', justifyContent: 'space-between', alignItems: 'center'}}>
261261
<span>
262262
<Badge badgeContent={count} color='primary' sx={{'.MuiBadge-badge': {top: '10px', left: '36px'}}}>
263263
<b>{t('search.filters')}</b>

0 commit comments

Comments
 (0)