Adds padding to ha-label-badge (#5725)

This commit is contained in:
Joakim Sørensen
2020-05-02 19:20:47 +02:00
committed by GitHub
parent 07cd30eaca
commit 7ed24137eb
2 changed files with 2 additions and 0 deletions
@@ -615,6 +615,7 @@ class HassioAddonInfo extends LitElement {
cursor: pointer;
margin-right: 4px;
--iron-icon-height: 45px;
--ha-label-badge-padding: 8px 0 0 0;
}
`,
];
+1
View File
@@ -65,6 +65,7 @@ class HaLabelBadge extends LitElement {
display: inline-block;
text-align: center;
vertical-align: top;
padding: var(--ha-label-badge-padding, 0 0 0 0);
}
.label-badge {
position: relative;