fix token list overlapping with search field
This commit is contained in:
parent
c2f46699a5
commit
6a46aa9339
|
@ -1,9 +1,11 @@
|
|||
// @flow
|
||||
import { lg, md, sm, xs, mediumFontSize, border } from '~/theme/variables'
|
||||
import {
|
||||
lg, md, sm, xs, mediumFontSize, border,
|
||||
} from '~/theme/variables'
|
||||
|
||||
export const styles = () => ({
|
||||
root: {
|
||||
minHeight: '132px',
|
||||
minHeight: '143px',
|
||||
},
|
||||
heading: {
|
||||
padding: `${md} ${lg}`,
|
||||
|
|
Loading…
Reference in New Issue