Add Margin to Tip (#11790)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Zack Barett 2022-02-23 07:32:50 -06:00 committed by GitHub
parent 7f8ecf57d7
commit aa9ff01030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,6 +279,7 @@ class HaConfigDashboard extends LitElement {
.tips {
text-align: center;
margin-bottom: max(env(safe-area-inset-bottom), 8px);
}
.tips .text {