mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(explore): Fix column number calculation (#14665)
* Fixes columns calc * Fix type
This commit is contained in:
@@ -101,7 +101,7 @@ export const defaultTheme: (
|
||||
controlHeight: 34,
|
||||
lineHeight: 19,
|
||||
fontSize: 14,
|
||||
minWidth: '7.5em', // just enough to display 'No options'
|
||||
minWidth: '6.5em',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user