diff options
author | harry <harryzhxu@gmail.com> | 2018-06-12 19:27:18 +0800 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-06-12 14:27:18 +0300 |
commit | 0ba165e2ea451c67448d584822ce29ddf62a6c7c (patch) | |
tree | d71d3dbeb98951202f844809b0738dde476a5247 /public/less | |
parent | 0ea18698af39491f38c8bb246b02f2820ec49b4f (diff) | |
download | gitea-0ba165e2ea451c67448d584822ce29ddf62a6c7c.tar.gz gitea-0ba165e2ea451c67448d584822ce29ddf62a6c7c.zip |
Improve wiki content width. (#4195)
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_markdown.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/less/_markdown.less b/public/less/_markdown.less index 9e2734e423..458016d715 100644 --- a/public/less/_markdown.less +++ b/public/less/_markdown.less @@ -5,6 +5,10 @@ line-height: 1.6 !important; word-wrap: break-word; + &.ui.segment { + padding: 3em; + } + &.file-view { padding: 2em 2em 2em !important; } |