Fix tooltip overflow (#5282)

This commit is contained in:
Zack Arnett 2020-03-20 07:01:18 -04:00 committed by GitHub
parent 90e32b7e45
commit 39bb859f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -344,9 +344,6 @@ export class HaConfigManagerDashboard extends LitElement {
static get styles(): CSSResult { static get styles(): CSSResult {
return css` return css`
ha-card {
overflow: hidden;
}
mwc-button { mwc-button {
align-self: center; align-self: center;
} }