mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
Fix content alignment
This commit is contained in:
parent
860c59778e
commit
fdb41fcdbc
|
@ -154,6 +154,7 @@ watch(defaultLocale, (newLocale) => {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
grid-area: content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentFooter {
|
.contentFooter {
|
||||||
|
|
Loading…
Reference in a new issue