mirror of https://github.com/zulip/zulip.git
Allow inline code blocks to wrap, instead of truncating on overflow.
(imported from commit f2586971c113642dba395a68476685be63f6dce6)
This commit is contained in:
parent
d08b8459ed
commit
0bf787321c
|
@ -60,8 +60,6 @@ code {
|
|||
/* 12/14 em, so bootstrap's default 12 px,
|
||||
when body is the default 14 px */
|
||||
font-size: 0.857em;
|
||||
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
Loading…
Reference in New Issue