Skip to content

Commit 7a82f40

Browse files
committed
Apply stylelint fixes
1 parent 4b6558b commit 7a82f40

File tree

1 file changed

+3
-1
lines changed
  • projects/packages/jetpack-mu-wpcom/src/features/wpcom-blocks/code

1 file changed

+3
-1
lines changed

projects/packages/jetpack-mu-wpcom/src/features/wpcom-blocks/code/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
}
7777

78-
code {
78+
code {
7979
font-size: inherit !important;
8080
margin: 0 !important;
8181
padding: 0 !important;
@@ -87,8 +87,10 @@
8787
.cm-line:empty::after {
8888
content: "\A0";
8989
}
90+
9091
/* prevent empty lines from collapsing vertically in rendered views */
9192
.cm-line::before {
93+
9294
/* Essential for layout */
9395
box-sizing: content-box !important;
9496
}

0 commit comments

Comments
 (0)