mirror of
https://github.com/zadam/trilium.git
synced 2025-01-17 20:48:12 +08:00
fix layout - promoted attributes should never grow beyond its content
This commit is contained in:
parent
9de29584a4
commit
1581464d8c
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ html.theme-dark body {
|
|||
display: block;
|
||||
flex-basis: content;
|
||||
flex-shrink: 1;
|
||||
flex-grow: 100;
|
||||
flex-grow: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue