Skip to content

Commit

Permalink
don't break <code> inside a word.
Browse files Browse the repository at this point in the history
I am not sure why this was introduced in the first place. It makes
problems right now and I hope removing it will not break sth else.
  • Loading branch information
jothepro committed Aug 18, 2022
1 parent c99ef72 commit 51a8ce0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doxygen-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,6 @@ code {
background: var(--code-background);
color: var(--code-foreground);
padding: 2px 6px;
word-break: break-word;
}

div.fragment, pre.fragment {
Expand Down

0 comments on commit 51a8ce0

Please sign in to comment.