mirror of https://github.com/zulip/zulip.git
Don't line-break <code> tags
(imported from commit 35be9fe8c70d3e233708bb7ffdb5ce91eca75c77)
This commit is contained in:
parent
b62bb021e7
commit
4c269c4f7f
|
@ -2,6 +2,10 @@ body {
|
|||
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
code {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.sidebar-nav {
|
||||
background-color: white;
|
||||
padding: 0.5em;
|
||||
|
|
Loading…
Reference in New Issue