Break word if possible instead if break anywhere (#9076)

This commit is contained in:
Bram Kragten 2021-05-03 05:42:04 +02:00 committed by GitHub
parent cee166839a
commit 9dc864d486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 {