fix token list overlapping with search field

This commit is contained in:
Mikhail Mikheev 2019-03-21 18:22:11 +04:00
parent c2f46699a5
commit 6a46aa9339
1 changed files with 4 additions and 2 deletions

View File

@ -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}`,