mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Properly wrap integration title / device names (#7355)
This commit is contained in:
parent
eb036a12d9
commit
6e130cc020
@ -495,7 +495,6 @@ export class HaIntegrationCard extends LitElement {
|
||||
max-height: 100%;
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
.none-found {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
@ -510,6 +509,14 @@ export class HaIntegrationCard extends LitElement {
|
||||
margin-top: 0;
|
||||
min-height: 24px;
|
||||
}
|
||||
h3 {
|
||||
word-wrap: break-word;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
ha-button-menu {
|
||||
color: var(--secondary-text-color);
|
||||
--mdc-menu-min-width: 200px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user