We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5f907 commit a88252cCopy full SHA for a88252c
src/themes/buble.css
@@ -132,7 +132,7 @@ $sidebar-width: 16rem;
132
border-radius: 3px;
133
font-family: Inconsolata;
134
padding: 0.2em 0.4rem;
135
- white-space: pre;
+ white-space: nowrap;
136
}
137
138
.markdown-section pre {
src/themes/dark.css
@@ -134,7 +134,7 @@ body {
font-size: 0.8rem;
margin: 0 2px;
padding: 3px 5px;
- white-space: nowrap;
+ white-space: pre-wrap;
139
140
src/themes/vue.css
@@ -145,7 +145,7 @@ body {
145
146
147
148
149
150
151
0 commit comments