]> git.openstreetmap.org Git - rails.git/commitdiff
Remove font size overrides for code and pre blocks
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 27 Jul 2022 12:24:07 +0000 (13:24 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 27 Jul 2022 12:24:07 +0000 (13:24 +0100)
These are taken care of, where necessary, by bootstrap

app/assets/stylesheets/common.scss

index aa9406449e2399db1813e3a0be91ffc1185f9438..aaad72342b3ce6eb5c71d0099022973234036c1e 100644 (file)
@@ -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;