Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51a8ce0

Browse files
committed
don't break <code> inside a word.
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.
1 parent c99ef72 commit 51a8ce0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doxygen-awesome.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,6 @@ code {
11551155
background: var(--code-background);
11561156
color: var(--code-foreground);
11571157
padding: 2px 6px;
1158-
word-break: break-word;
11591158
}
11601159

11611160
div.fragment, pre.fragment {

0 commit comments

Comments
 (0)