Skip to content

Commit e56b23e

Browse files
Удаляет лишние переносы строк в code
1 parent 498b6fe commit e56b23e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

css/blocks/code.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,22 @@ pre {
55

66
code {
77
padding: 2px 4px;
8-
98
font-size: 95%;
109
color: #d44950;
11-
1210
background-color: #f7f7f9;
1311
border-radius: 0.2rem;
1412
}
1513

1614
pre {
1715
display: block;
1816
margin: 0 0 1rem;
19-
2017
line-height: 1.4;
2118
white-space: pre-wrap;
2219
}
2320

2421
pre code {
2522
padding: 0;
26-
2723
color: inherit;
28-
2924
background-color: transparent;
3025
border: 0;
3126
}

0 commit comments

Comments
 (0)