css: Tweak padding around code blocks to look nicer.

It makes sense to a bit tighter padding around code blocks in a chat context.
This commit is contained in:
Tim Abbott
2017-03-13 22:28:37 -07:00
parent a9db9eb389
commit a1d7e1b5f6

View File

@@ -364,6 +364,11 @@ pre {
/* Bootstrap's default here is top: 0px, bottom: 10px */
margin-top: 5px;
margin-bottom: 5px;
/* Bootstrap's default here is 9.5 on all sides */
padding-top: 5px;
padding-bottom: 3px;
padding-left: 7px;
padding-right: 7px;
}
/* Ensure the horizontal scrollbar is visible on Mac */