mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
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:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user