FrederickSundeep commited on
Commit
d63b07e
Β·
1 Parent(s): 2fd8a81

commit 000395

Browse files
Files changed (1) hide show
  1. 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