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/css | |
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/css')
-rw-r--r-- | public/css/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/index.css b/public/css/index.css index 1da2399c46..294539d39f 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -505,7 +505,7 @@ footer .ui.left,footer .ui.right{line-height:40px} .repository.file.list .non-diff-file-content .view-raw img{padding:5px 5px 0 5px} .repository.file.list .non-diff-file-content .plain-text{padding:1em 2em 1em 2em} .repository.file.list .non-diff-file-content .plain-text pre{word-break:break-word;white-space:pre-wrap} -.repository.file.list .non-diff-file-content .csv{overflow-x:auto} +.repository.file.list .non-diff-file-content .csv{overflow-x:auto;padding:0!important} .repository.file.list .non-diff-file-content pre{overflow:auto} .repository.file.list .sidebar{padding-left:0} .repository.file.list .sidebar .octicon{width:16px} |