Fix styling of code blocks in rich text
This commit is contained in:
parent
358b92e3e5
commit
b244783e2e
1 changed files with 10 additions and 0 deletions
|
@ -1607,6 +1607,16 @@ a.button.submit {
|
||||||
padding: 2px 3px;
|
padding: 2px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
font-size: 13px;
|
||||||
|
background: #e8e8e8;
|
||||||
|
padding: 2px 3px;
|
||||||
|
|
||||||
|
code {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background-color: #f4f4ff;
|
background-color: #f4f4ff;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue