mirror of https://github.com/zulip/zulip.git
Restore default formatting for <code> inside <pre>
(imported from commit c9c23b8b7709e9edc6cf1bf2f88811bdf511d2ac)
This commit is contained in:
parent
dcfef6b1a9
commit
03dcd8ab2e
|
@ -6,6 +6,10 @@ code {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
pre code {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.sidebar-nav {
|
||||
background-color: white;
|
||||
padding: 0.5em;
|
||||
|
|
Loading…
Reference in New Issue