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:
committed by
Bram Kragten
parent
004565217e
commit
55f4629256
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user