mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
[sidebar] set max-width for item-text (#4893)
This commit is contained in:
parent
1c86bd2f8b
commit
24e4b0b772
@ -597,6 +597,7 @@ class HaSidebar extends LitElement {
|
|||||||
|
|
||||||
paper-icon-item .item-text {
|
paper-icon-item .item-text {
|
||||||
display: none;
|
display: none;
|
||||||
|
max-width: calc(100% - 56px);
|
||||||
}
|
}
|
||||||
:host([expanded]) paper-icon-item .item-text {
|
:host([expanded]) paper-icon-item .item-text {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user