mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set the initial height for the labels view so it doesn't resize after load
This commit is contained in:
parent
aca608902b
commit
77c0f7f6be
1 changed files with 1 additions and 2 deletions
|
|
@ -391,8 +391,7 @@ export function SetLabelsControl(props: SetLabelsControlProps): JSX.Element {
|
|||
flexGrow: '1',
|
||||
overflow: 'scroll',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
maxHeight: '294px',
|
||||
height: '294px',
|
||||
}}
|
||||
>
|
||||
{filteredLabels &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue