mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
commit
965d7286a5
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