Skip to content

Commit d6fc3e4

Browse files
[Frontend] Corrected UI for filters OpenCTI-Platform#12074 (OpenCTI-Platform#12464)
1 parent b490d50 commit d6fc3e4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

opencti-platform/opencti-front/src/components/FilterIconButtonContainer.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ FilterIconButtonContainerProps
252252
flexWrap: 'wrap',
253253
gap: 1,
254254
overflow: 'auto',
255-
padding: hasSavedFilters ? '4px' : ' 4px 0px',
256255
backgroundColor: hasSavedFilters ? 'rgba(37, 150, 190, 0.3)' : 'transparent',
257256
borderRadius: hasSavedFilters ? '4px' : '0px',
258257
};
@@ -265,7 +264,6 @@ FilterIconButtonContainerProps
265264
flexWrap: 'no-wrap',
266265
gap: 0,
267266
overflow: 'hidden',
268-
padding: '4px 0px',
269267
backgroundColor: 'none',
270268
borderRadius: '0px',
271269
};
@@ -327,7 +325,7 @@ FilterIconButtonContainerProps
327325
>
328326
<Box
329327
sx={{
330-
padding: styleNumber === 3 ? '0 4px' : '0',
328+
padding: '0',
331329
display: 'flex',
332330
}}
333331
>

0 commit comments

Comments
 (0)