Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ code {
overflow: auto;
}

ul a code {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems like quite a specific selector 😅

while this would probably fix the issue for the specific blog post you took a screenshot of, I assume it won't work for ol lists, for code blocks that are not links, and for code blocks that are not in lists.

do you think we can find a solution that would work for all of these cases? :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point, I agree with you. That was a quick fix. I'll make a note and tackle this properly when I have more time. Meanwhile, I'll close the PR.

word-break: break-word;
}

section {
padding: 30px 0 60px 0;

Expand Down