Dont set a max width on smaller devices for the labels modal
This commit is contained in:
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user