mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-06 10:25:22 +02: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:
parent
0bda876161
commit
9543aeaf84
3 changed files with 3 additions and 2 deletions
|
@ -429,6 +429,7 @@
|
|||
|
||||
.csv {
|
||||
overflow-x: auto;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue