Energy: Dont shrink today button (#10451)

This commit is contained in:
Bram Kragten 2021-10-28 20:03:28 +02:00 committed by GitHub
parent 719d9386c5
commit 6347e44d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -267,6 +267,9 @@ export class HuiEnergyPeriodSelector extends SubscribeMixin(LitElement) {
ha-button-toggle-group { ha-button-toggle-group {
padding-left: 8px; padding-left: 8px;
} }
mwc-button {
flex-shrink: 0;
}
`; `;
} }
} }