Fix for vertical button spacing on alarm card (#3017)

Vertical spacing on button card doesn't have padding when 3 or more buttons are present and the card size is small.  Small PR.
This commit is contained in:
Petro31 2019-03-25 23:15:38 -04:00 committed by Ian Richardson
parent 9a2207b5cb
commit 435b7d9cee

View File

@ -305,7 +305,7 @@ class HuiAlarmPanelCard extends LitElement implements LovelaceCard {
.actions mwc-button {
min-width: calc(var(--base-unit) * 9);
margin: 0 4px;
margin: 0 4px 4px;
}
mwc-button#disarm {