Fiddle with word breaking for markdown decorations

This commit is contained in:
Shadowfacts 2023-02-18 21:12:49 -05:00
parent f5d971943e
commit d649b441c1
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ article {
color: var(--secondary-ui-text-color);
font-family: var(--monospace-font);
font-size: 0.75em;
word-break: break-word;
word-break: break-all;
}
}
a[data-no-link-decoration] {