diff options
author | Norwin <noerw@users.noreply.github.com> | 2019-10-03 16:54:33 +0000 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-10-03 18:54:33 +0200 |
commit | 9543aeaf84cae7ce3700133ff048536471c543aa (patch) | |
tree | 6fd50c19a53557975b9038b0bccd40eed9ca2d22 /public/less | |
parent | 0bda87616182ba8c43c48be9a9db10be54d8aecc (diff) | |
download | gitea-9543aeaf84cae7ce3700133ff048536471c543aa.tar.gz gitea-9543aeaf84cae7ce3700133ff048536471c543aa.zip |
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
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index fde11f7a4d..ade3477ccc 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -429,6 +429,7 @@ .csv { overflow-x: auto; + padding: 0 !important; } pre { |