mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Increase small screen maxheight
This commit is contained in:
parent
1427ffc783
commit
6b84192543
1 changed files with 1 additions and 1 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue