Remove 4px margins from loot-dropdown-menu

It was throwing off vertical alignment with other elements.
This commit is contained in:
Oliver Hamlet
2016-06-08 06:42:59 +01:00
parent b7a9619c6f
commit 42754ec63e
@@ -16,9 +16,6 @@ it a <select>-like API. This means:
<template>
<style>
paper-dropdown-menu {
margin-left: 4px;
margin-right: 4px;
--paper-input-container: {
transition: opacity 0.6s;
};