diff --git a/app/app/styles/view/layout.scss b/app/app/styles/view/layout.scss index 074ff0a1..2d8476fc 100644 --- a/app/app/styles/view/layout.scss +++ b/app/app/styles/view/layout.scss @@ -97,7 +97,7 @@ > .message { color: $color-gray; font-size: 1rem; - margin-top: 10px; + margin: 10px 0 0 5px; } } > .actions { diff --git a/app/app/templates/components/layout/zone-header.hbs b/app/app/templates/components/layout/zone-header.hbs index 57aeeeec..d2841ffe 100644 --- a/app/app/templates/components/layout/zone-header.hbs +++ b/app/app/templates/components/layout/zone-header.hbs @@ -1,7 +1,7 @@