Spaces:
Runtime error
Runtime error
Commit Β·
d63b07e
1
Parent(s): 2fd8a81
commit 000395
Browse files- static/style.css +7 -1
static/style.css
CHANGED
|
@@ -228,6 +228,12 @@
|
|
| 228 |
cursor: pointer;
|
| 229 |
}
|
| 230 |
|
| 231 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 232 |
|
| 233 |
|
|
|
|
| 228 |
cursor: pointer;
|
| 229 |
}
|
| 230 |
|
| 231 |
+
pre[class*="language-"] {
|
| 232 |
+
white-space: pre-wrap !important;
|
| 233 |
+
word-break: break-word;
|
| 234 |
+
overflow-x: auto;
|
| 235 |
+
padding: 1em;
|
| 236 |
+
border-radius: 8px;
|
| 237 |
+
}
|
| 238 |
|
| 239 |
|