mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Give the labels control a max height
This commit is contained in:
parent
372cd6afe2
commit
d92b526583
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ export function EditLabelsControl(props: EditLabelsControlProps): JSX.Element {
|
|||
css={{
|
||||
p: '0',
|
||||
width: '100%',
|
||||
maxHeight: '80%',
|
||||
maxHeight: '380px',
|
||||
}}>
|
||||
<Header
|
||||
focused={focusedIndex === undefined}
|
||||
|
|
|
|||
Loading…
Reference in a new issue