Sensor Card - Top Margin 16px -> 8px (#4917)

This commit is contained in:
Zack Arnett 2020-02-19 01:36:49 -05:00 committed by GitHub
parent 2c58a9f802
commit aa94e45582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -401,7 +401,7 @@ class HuiSensorCard extends LitElement implements LovelaceCard {
}
.header {
margin: 16px 16px 0;
margin: 8px 16px 0;
justify-content: space-between;
}