Fiddle with word breaking for markdown decorations
This commit is contained in:
parent
f5d971943e
commit
d649b441c1
|
@ -299,7 +299,7 @@ article {
|
||||||
color: var(--secondary-ui-text-color);
|
color: var(--secondary-ui-text-color);
|
||||||
font-family: var(--monospace-font);
|
font-family: var(--monospace-font);
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
word-break: break-word;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a[data-no-link-decoration] {
|
a[data-no-link-decoration] {
|
||||||
|
|
Loading…
Reference in New Issue