Fix inline code span display

This commit is contained in:
Hypolite Petovan 2018-09-19 23:10:41 -04:00
commit 18c8a7f247
9 changed files with 8 additions and 12 deletions

View file

@ -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;