mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-04 20:39:46 +00:00
The code tag had a formatting issue where it was showing outside of the section area. This resolves it in both themes. Props ravipatel, SergeyBiryukov, poena, sabernhardt, peterwilsoncc. Fixes #52780. Built from https://develop.svn.wordpress.org/trunk@58557 git-svn-id: http://core.svn.wordpress.org/trunk@58005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
22 lines
244 B
SCSS
22 lines
244 B
SCSS
/* Over here, place any elements that do not need to have their own file. */
|
|
b,
|
|
strong {
|
|
font-weight: 700;
|
|
}
|
|
|
|
dfn,
|
|
cite,
|
|
em,
|
|
i {
|
|
font-style: italic;
|
|
}
|
|
|
|
pre {
|
|
white-space: pre;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.entry-content > code {
|
|
display: block;
|
|
}
|