Allow horizontal scrolling on big markdown files

This commit is contained in:
Juraj 2019-03-20 23:11:29 +01:00
parent b87841efaa
commit c3933bacbd
1 changed files with 5 additions and 2 deletions

View File

@ -1031,3 +1031,6 @@
.markdown:not(code) table td, .markdown:not(code) table th {
background: #11112d;
}
.markdown:not(code).file-view {
overflow: auto;
}