mirror of
https://gitea.artixlinux.org/artix/gitea-dark-blue.git
synced 2025-04-03 22:36:54 +00:00
Allow horizontal scrolling on big markdown files
This commit is contained in:
parent
b87841efaa
commit
c3933bacbd
@ -1031,3 +1031,6 @@
|
|||||||
.markdown:not(code) table td, .markdown:not(code) table th {
|
.markdown:not(code) table td, .markdown:not(code) table th {
|
||||||
background: #11112d;
|
background: #11112d;
|
||||||
}
|
}
|
||||||
|
.markdown:not(code).file-view {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user