Reduce "wasted" screen space (#7655)

This commit is contained in:
Philip Allgaier
2020-11-23 13:44:47 +01:00
committed by GitHub
parent 0049be7feb
commit 4dcc0bb66c
5 changed files with 6 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ class MoreInfoTimer extends LitElement {
static get styles(): CSSResult {
return css`
.actions {
margin: 0 8px;
margin: 0;
padding-top: 20px;
display: flex;
flex-wrap: wrap;