From 05928bbdeed94cdc481f70ab85bb3d96a97aaa66 Mon Sep 17 00:00:00 2001 From: Suyash Vardhan Mathur Date: Sat, 12 Dec 2020 02:07:46 +0530 Subject: [PATCH] api docs: Change font size for code and response blocks. The code blocks and response blocks had small and unreadable font, because they were using the bootstrap defaults without adjustment for the size of content on the rest of the page. Fixes part of zulip#15967. --- static/styles/portico/markdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/portico/markdown.css b/static/styles/portico/markdown.css index b694696290..b4b897e810 100644 --- a/static/styles/portico/markdown.css +++ b/static/styles/portico/markdown.css @@ -308,8 +308,8 @@ } pre { - line-height: 15px; code { + font-size: 14px; white-space: pre-wrap; } }