mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
Break word if possible instead if break anywhere (#9076)
This commit is contained in:
parent
cee166839a
commit
9dc864d486
@ -640,7 +640,7 @@ export class HaIntegrationCard extends LitElement {
|
||||
margin-left: 8px;
|
||||
padding-top: 2px;
|
||||
padding-right: 2px;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 7;
|
||||
|
@ -147,7 +147,7 @@ export class HaIntegrationHeader extends LitElement {
|
||||
margin-top: 16px;
|
||||
margin-right: 2px;
|
||||
font-weight: 400;
|
||||
line-break: anywhere;
|
||||
word-break: break-word;
|
||||
color: var(--primary-text-color);
|
||||
}
|
||||
.secondary {
|
||||
|
Loading…
x
Reference in New Issue
Block a user