| changeset 22 | 92283f86282d |
| parent 20 | a8300ef1876e |
| child 23 | 4c3ae065f22c |
--- 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; + } }