1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-01 23:28:36 +00:00

readd .markdown class to all markup renderers (#8357)

fixes #8299, a regression from 867f46f.
unlike it's name suggests, the .markdown class is needed for most markup types.
a future refactor should rename this class to something more generic
This commit is contained in:
Norwin
2019-10-03 16:54:33 +00:00
committed by Antoine GIRARD
parent 0bda876161
commit 9543aeaf84
3 changed files with 3 additions and 2 deletions

View File

@@ -429,6 +429,7 @@
.csv {
overflow-x: auto;
padding: 0 !important;
}
pre {