Fix inline code span display
This commit is contained in:
parent
8fbcbbda16
commit
18c8a7f247
9 changed files with 8 additions and 12 deletions
|
@ -1860,7 +1860,7 @@ blockquote.shared_content {
|
|||
|
||||
#item-delete-selected-icon {}
|
||||
|
||||
code {
|
||||
pre code {
|
||||
font-family: Courier, monospace;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
|
@ -2024,7 +2024,7 @@ code {
|
|||
float: right;
|
||||
}
|
||||
|
||||
.wall-item-body code {
|
||||
.wall-item-body pre code {
|
||||
font-family: Courier, monospace;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue