Merge pull request #1556 from omnivore-app/fix/labels-sizing

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:17:14 +08:00 committed by GitHub
commit 965d7286a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 &&