0
0
mirror of https://gitea.artixlinux.org/artix/gitea-dark-blue.git synced 2025-04-07 08:17:07 +00:00

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

View File

@ -1029,5 +1029,8 @@
width: 80px; width: 80px;
} }
.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;
}