fix hardcoded code/pre css in mod admin

(cherry picked from commit cddf6c4ff51580f3dec5d32eef06a40a473a9202)
This commit is contained in:
Mario 2019-10-22 11:28:44 +00:00
parent 045cb461f1
commit e27b19c756

View File

@ -70,21 +70,3 @@
margin-top: 0px !important;
margin-left: 0px !important;
}
pre code {
background: #F5F5F5;
font-family: Courier, monospace;
font-size: 1em;
padding: 1em 1.5em;
display: block;
white-space: pre-wrap;
}
code {
background: #F5F5F5;
font-family: Courier, monospace;
font-size: 1em;
display: inline;
padding: 0.2em 0.2em;
white-space: pre-wrap;
}