mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +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-height: 100%;
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.none-found {
|
.none-found {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -510,6 +509,14 @@ export class HaIntegrationCard extends LitElement {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
min-height: 24px;
|
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 {
|
ha-button-menu {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
--mdc-menu-min-width: 200px;
|
--mdc-menu-min-width: 200px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user