diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/layout.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index d49f400e6..31469926f 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -283,6 +283,10 @@ body.mappage.admin { } } +.admin-report-edit--interact { + margin-top: -1.25em; // To counteract the label's default top margin +} + .admin { .content { margin: 2em 0 1em; @@ -300,10 +304,6 @@ body.mappage.admin { font-weight: bold; padding-right: 0.333em; } - :first-child > label { - // avoid empty space above first label in a container - margin-top: 0; - } textarea { min-height: 0; } |