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.
This commit is contained in:
Oliver Hamlet
2014-12-30 00:22:08 +00:00
parent 718b9c9018
commit 79bdc17485
@@ -34,6 +34,9 @@ loot-clear-metadata
}
/* Host and front/editor styling. */
:host {
margin-bottom: 210px;
}
#wrapper {
display: block;
background:white;