mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont set a max width on smaller devices for the labels modal
This commit is contained in:
parent
bffe887b92
commit
c6cc7d2987
1 changed files with 0 additions and 4 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue