Skip to content

Commit

Permalink
Remove font size value in code block (#27862)
Browse files Browse the repository at this point in the history
  • Loading branch information
nosolosw authored Dec 23, 2020
1 parent a454634 commit 068a4f9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions packages/block-library/src/code/style.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
// Provide a minimum of overflow handling.
.wp-block-code {
font-size: 0.9em;

code {
display: block;
white-space: pre-wrap;
overflow-wrap: break-word;
}
.wp-block-code code {
display: block;
white-space: pre-wrap;
overflow-wrap: break-word;
}

0 comments on commit 068a4f9

Please sign in to comment.