From 79bdc174857a04bcddf2fae9fc55b7d2d3528b9f Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 30 Dec 2014 00:22:08 +0000 Subject: [PATCH] Add a margin to plugin cards to allow menu space. Since elements in core-list are positioned using transforms, only the last element's margin takes effect, giving enough space below it to display its menu without scrollbars. --- resources/report/html/loot-plugin-card.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index 5ffe25bf..683170a8 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -34,6 +34,9 @@ loot-clear-metadata } /* Host and front/editor styling. */ + :host { + margin-bottom: 210px; + } #wrapper { display: block; background:white;