mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +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 {
|
||||
display: none;
|
||||
max-width: calc(100% - 56px);
|
||||
}
|
||||
:host([expanded]) paper-icon-item .item-text {
|
||||
display: block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user