Browse Source

Improve wiki content width. (#4195)

tags/v1.5.0-dev
harry 6 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

line-height: 1.6 !important; line-height: 1.6 !important;
word-wrap: break-word; word-wrap: break-word;


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

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

Loading…
Cancel
Save