fix: add word-break: break-word;
to <a>
and <code>
(#860)
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/746
This commit is contained in:
parent
1668ebc3e4
commit
eefa686661
@ -264,6 +264,11 @@
|
||||
font-family: var(--code-font-family);
|
||||
}
|
||||
|
||||
a,
|
||||
code {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.gallery {
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user