Skip to content
Snippets Groups Projects

override word-break behaviour of material-theme

Merged Ghost User requested to merge 44-how-to-avoid-word-splitting-in-code into preview
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -66,6 +66,12 @@ strong {
@@ -66,6 +66,12 @@ strong {
.md-grid {
.md-grid {
max-width: 1600px;
max-width: 1600px;
}
}
 
 
.md-typeset code {
 
word-break: normal;
 
}
 
 
/* header */
/* header */
.zih-logo img{
.zih-logo img{
display: none;
display: none;
Loading