[deploy] HOTFIX text wrapping (#8381)

* flare tag line height

* .

* hotfix
This commit is contained in:
ludwiczakpawel 2020-06-10 11:26:11 +02:00 committed by GitHub
parent c1dca335c7
commit 38538f63fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,8 @@
line-height: var(--lh-tight);
margin-bottom: var(--su-2);
font-size: var(--title-font-size);
overflow-wrap: break-word;
overflow-wrap: anywhere;
word-break: break-word;
a {
color: inherit;
@ -188,7 +189,8 @@
color: var(--card-color);
background: var(--accent-warning-lighter);
}
overflow-wrap: break-word;
overflow-wrap: anywhere;
word-break: break-word;
}
&__headline {