Dont set a max width on smaller devices for the labels modal

This commit is contained in:
Jackson Harper
2022-04-11 15:36:35 -07:00
parent bffe887b92
commit c6cc7d2987

View File

@ -297,10 +297,6 @@ export function EditLabelsControl(props: EditLabelsControlProps): JSX.Element {
css={{
p: '0',
maxHeight: '92%',
'@mdDown': {
maxWidth: '100%',
maxHeight: '92%',
},
}}>
<Header
focused={focusedIndex === undefined}