Give the labels control a max height

This commit is contained in:
Jackson Harper
2022-04-12 18:09:43 -07:00
parent 372cd6afe2
commit d92b526583

View File

@ -300,7 +300,7 @@ export function EditLabelsControl(props: EditLabelsControlProps): JSX.Element {
css={{
p: '0',
width: '100%',
maxHeight: '80%',
maxHeight: '380px',
}}>
<Header
focused={focusedIndex === undefined}