mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +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 [
|
return [
|
||||||
haStyleDialog,
|
haStyleDialog,
|
||||||
css`
|
css`
|
||||||
|
:host {
|
||||||
|
--paper-font-title_-_white-space: normal;
|
||||||
|
}
|
||||||
ha-paper-dialog {
|
ha-paper-dialog {
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
max-width: 450px;
|
max-width: 450px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user