vim editor

This commit is contained in:
Bel LaPointe
2021-03-16 15:55:46 -05:00
parent 5a16beb676
commit 3b91c6782d
8 changed files with 59 additions and 5 deletions

View File

@@ -119,7 +119,8 @@ const defaultWrapper = `
display: flex;
flex-direction: column;
}
body > .form > form > textarea {
body > .form > form > textarea ,
body > .form > form > div {
flex-grow: 2;
}
rendered > h2:nth-child(2) {