mirror of
https://github.com/requarks/wiki.git
synced 2026-08-17 16:24:47 -05:00
fix: force wrap for code blocks in print view
This commit is contained in:
@@ -685,7 +685,7 @@
|
||||
display:inline-block;
|
||||
vertical-align:top;
|
||||
padding-top:0;
|
||||
|
||||
|
||||
&:first-child {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -1275,6 +1275,8 @@
|
||||
color: #000;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
white-space: pre-wrap !important;
|
||||
overflow-wrap: break-word !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user