fix(explore): Fix column number calculation (#14665)

* Fixes columns calc

* Fix type
This commit is contained in:
Geido
2021-05-18 01:30:12 +03:00
committed by GitHub
parent 852842028a
commit 7a050c59e4
2 changed files with 10 additions and 8 deletions

View File

@@ -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',
},
});