Wrap the dialog title when using Entity Registry (#4174)

* Wrap the dialog title when using Entity Registry

* Move updated styles to styles()
This commit is contained in:
Josh McCarty 2019-11-12 06:52:56 -07:00 committed by Bram Kragten
parent 004565217e
commit 55f4629256

View File

@ -226,6 +226,9 @@ class DialogEntityRegistryDetail extends LitElement {
return [
haStyleDialog,
css`
:host {
--paper-font-title_-_white-space: normal;
}
ha-paper-dialog {
min-width: 400px;
max-width: 450px;