Browse Source

Improve wiki content width. (#4195)

tags/v1.21.12.1
harry Lauris BH 7 years ago
parent
commit
0ba165e2ea
2 changed files with 5 additions and 1 deletions
  1. +1
    -1
      public/css/index.css
  2. +4
    -0
      public/less/_markdown.less

+ 1
- 1
public/css/index.css
File diff suppressed because it is too large
View File


+ 4
- 0
public/less/_markdown.less View File

@@ -5,6 +5,10 @@
line-height: 1.6 !important;
word-wrap: break-word;

&.ui.segment {
padding: 3em;
}

&.file-view {
padding: 2em 2em 2em !important;
}


Loading…
Cancel
Save