You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Desktop: Resolves #5740: Make code blocks horizontally scrollable on note viewer
This commit is contained in:
@ -389,6 +389,12 @@ export default function(theme: any, options: Options = null) {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* To make code blocks horizontally scrollable */
|
||||
/* https://github.com/laurent22/joplin/issues/5740 */
|
||||
pre.hljs {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
/* =============================================== */
|
||||
/* For TinyMCE */
|
||||
/* =============================================== */
|
||||
|
Reference in New Issue
Block a user