mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-18 05:02:52 +00:00
Fix unwrapped oveflowed code blocks not showing scroll bars
This commit is contained in:
parent
b8ed59f7dc
commit
739e8cdf55
@ -288,10 +288,12 @@ form.tc-form-inline {
|
|||||||
Markdown likes putting code elements inside pre elements
|
Markdown likes putting code elements inside pre elements
|
||||||
*/
|
*/
|
||||||
pre > code {
|
pre > code {
|
||||||
padding: 0;
|
display: block;
|
||||||
|
padding: 0.5em;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user