Add overflow-x
continuous-integration/drone/tag Build is passing Details

master v1.4.20
René Jochum 2 years ago
parent 6b6220c24f
commit bb27a719a8
Signed by: jochum
GPG Key ID: F7D906F5E51E8E5E

@ -8,6 +8,11 @@ canonifyurls: true
PostFormat: true
markup:
highlight:
noClasses: false
lineNos: false
blackfriday:
Fractions: false
hrefTargetBlank: true

@ -7,4 +7,6 @@
gtag('config', 'G-9ET9Z12C0F');
</script>
<!-- EDN GTAG -->
<!-- EDN GTAG -->
<link type="text/css" media="print" onload="this.onload=null;this.removeAttribute('media');" href="{{ .Site.BaseURL }}/static/css/chromastyles-monokai.css" rel="stylesheet"/>

@ -1553,3 +1553,19 @@ aside.post_info .vcard_area li.tags a:first-child:before {
margin: 0px;
padding: 20px 0px;
} */
div.highlight pre.chroma, div.highlight code {
border: none !important;
white-space: nowrap !important;
word-wrap: normal !important;
word-break: keep-all !important;
}
div.highlight {
overflow-x: scroll;
}
div.highlight pre.chroma {
width: 100%;
height: 100%;
}
Loading…
Cancel
Save