mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add ellipsis for more info breadcrumb (#24882)
This commit is contained in:
parent
c279efaa99
commit
a23f57256c
@ -694,9 +694,14 @@ export class MoreInfoDialog extends LitElement {
|
||||
background: none;
|
||||
border: none;
|
||||
outline: none;
|
||||
display: inline-flex;
|
||||
display: inline;
|
||||
border-radius: 6px;
|
||||
transition: background-color 180ms ease-in-out;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.title button.breadcrumb {
|
||||
|
Loading…
x
Reference in New Issue
Block a user