mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user