Fix section buttons (#37590)

This commit is contained in:
Darren Griffin 2025-02-20 13:37:15 +00:00 committed by GitHub
parent 57aee5e802
commit 7c0ad25c03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,6 +188,11 @@ $ha__primary_color: #03a9f4;
width: 330px;
}
.button{
display: inline-block;
padding: 8px 24px;
}
.title {
margin-bottom: 4px;
}