From 64b470aa3ce7a25f375e03e1ea1965c807e90e06 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 27 Jul 2022 13:24:07 +0100 Subject: [PATCH] Remove font size overrides for code and pre blocks These are taken care of, where necessary, by bootstrap --- app/assets/stylesheets/common.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index aa9406449..aaad72342 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1451,13 +1451,11 @@ dl.dl-inline { .richtext, .prose { code { - font-size: 13px; background: $lightgrey; padding: 2px 3px; } pre { - font-size: 13px; background: $lightgrey; padding: 2px 3px; white-space: pre-wrap; -- 2.45.2