Skip to content

Commit a88252c

Browse files
committed
fix(style): nowrap => pre-wrap, fixed #228
1 parent 2f5f907 commit a88252c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: src/themes/buble.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ $sidebar-width: 16rem;
132132
border-radius: 3px;
133133
font-family: Inconsolata;
134134
padding: 0.2em 0.4rem;
135-
white-space: pre;
135+
white-space: nowrap;
136136
}
137137

138138
.markdown-section pre {

Diff for: src/themes/dark.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ body {
134134
font-size: 0.8rem;
135135
margin: 0 2px;
136136
padding: 3px 5px;
137-
white-space: nowrap;
137+
white-space: pre-wrap;
138138
}
139139

140140
.markdown-section pre {

Diff for: src/themes/vue.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ body {
145145
font-size: 0.8rem;
146146
margin: 0 2px;
147147
padding: 3px 5px;
148-
white-space: nowrap;
148+
white-space: pre-wrap;
149149
}
150150

151151
.markdown-section pre {

0 commit comments

Comments
 (0)