Set the initial height for the labels view so it doesn't resize after load

This commit is contained in:
Jackson Harper 2022-12-18 19:00:30 +08:00
parent aca608902b
commit 77c0f7f6be

View file

@ -391,8 +391,7 @@ export function SetLabelsControl(props: SetLabelsControlProps): JSX.Element {
flexGrow: '1',
overflow: 'scroll',
width: '100%',
height: '100%',
maxHeight: '294px',
height: '294px',
}}
>
{filteredLabels &&