Fix word-wrapping

This commit is contained in:
swagg boi 2023-05-20 13:52:22 -04:00
parent fe7599ae3d
commit de04a36657

View file

@ -34,7 +34,6 @@ code {
pre > code {
white-space: pre-wrap;
overflow-wrap: anywhere;
padding: 0.5em 1em;
display: inline-block;
width: 100%;
@ -168,6 +167,7 @@ pre > code {
.post {
background-color: var(--light-warm-gray);
border: outset var(--light-warm-gray);
overflow-wrap: anywhere;
}
.post__title {