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 and oandregal committed Dec 23, 2020
1 parent 46e6fc6 commit 0c22e78
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 0c22e78

Please sign in to comment.