fix: styling conflict for code tags in li elements (#2273)
This commit is contained in:
parent
695c17d222
commit
74056d15ab
@ -108,7 +108,7 @@ pre table td:nth-of-type(1) {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
p code, li code {
|
||||
p code, li code:not(pre code) {
|
||||
background-color: #f5f5f5;
|
||||
white-space: pre-wrap;
|
||||
padding: 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user