mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
fix(filters): improving the add filter/divider UI. (#31279)
This commit is contained in:
@@ -267,7 +267,6 @@ const TableElement = ({ table, ...props }: TableElementProps) => {
|
||||
return (
|
||||
<ButtonGroup
|
||||
css={css`
|
||||
display: flex;
|
||||
column-gap: ${theme.gridUnit * 1.5}px;
|
||||
margin-right: ${theme.gridUnit}px;
|
||||
& span {
|
||||
|
||||
Reference in New Issue
Block a user