mirror of https://github.com/zulip/zulip.git
Add a little more breathing room around code blocks.
Reported to us by one of our users - prior to this change, code blocks get sort of cut off by our "selected message" highlight. (imported from commit 395ae41baca12ea55bc39048b4291e29f78a8db5)
This commit is contained in:
parent
24978224a3
commit
c1358ac9d4
|
@ -259,6 +259,9 @@ pre {
|
|||
white-space: pre;
|
||||
overflow-x: auto;
|
||||
word-wrap: normal;
|
||||
/* Bootstrap's default here is top: 0px, bottom: 10px */
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
pre code {
|
||||
|
|
Loading…
Reference in New Issue