diff -r 284e866f55c7 -r 92283f86282d design/css/main.scss --- a/design/css/main.scss Thu Jun 08 11:13:41 2017 +0200 +++ b/design/css/main.scss Thu Jun 08 12:39:08 2017 +0200 @@ -37,7 +37,8 @@ #editor { width: 100%; background: white; - height: 7em; + // height: 7em; + padding-bottom: 0.5em; border-top: 1px solid $grey-light; @@ -46,5 +47,9 @@ // with: 100%; // height: 2em; } + + .metadata { + text-align: right; + } }