fix edit mode mwc-button size (#7472)

This commit is contained in:
Ryan Meek 2020-10-23 18:53:11 -04:00 committed by GitHub
parent b8f3fcf00b
commit 98b2b796b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -781,7 +781,7 @@ class HaSidebar extends LitElement {
display: initial;
}
.title mwc-button {
width: 100%;
width: 90%;
}
#sortable,
.hidden-panel {