From: Andy Allan Date: Wed, 27 Jul 2022 12:24:07 +0000 (+0100) Subject: Remove font size overrides for code and pre blocks X-Git-Tag: live~1119^2~2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/64b470aa3ce7a25f375e03e1ea1965c807e90e06 Remove font size overrides for code and pre blocks These are taken care of, where necessary, by bootstrap --- 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;