[deploy] HOTFIX text wrapping (#8381)
* flare tag line height * . * hotfix
This commit is contained in:
parent
c1dca335c7
commit
38538f63fe
1 changed files with 4 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue