Increase small screen maxheight

This commit is contained in:
Jackson Harper 2022-04-10 11:13:30 -07:00
parent 1427ffc783
commit 6b84192543

View file

@ -246,7 +246,7 @@ export function EditLabelsModal(props: EditLabelsModalProps): JSX.Element {
maxWidth: '265px',
'@mdDown': {
maxWidth: '100%',
maxHeight: '280px',
maxHeight: '320px',
},
}}>
<Header setFilterText={setFilterText} filterText={filterText} />