Commit 4a3f0f95 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets Committed by Robert Speicher

Merge branch 'fix-wiki-padding' into 'master'

Dont put padding on typography but on holder elements instead

Fixes wrong padding of wiki content.

See merge request !1620
parent 201d265b
...@@ -207,9 +207,7 @@ a > code { ...@@ -207,9 +207,7 @@ a > code {
*/ */
.wiki { .wiki {
@include md-typography; @include md-typography;
word-wrap: break-word; word-wrap: break-word;
padding: 7px;
/* Link to current header. */ /* Link to current header. */
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
......
...@@ -68,3 +68,7 @@ body.modal-open { ...@@ -68,3 +68,7 @@ body.modal-open {
.modal .modal-dialog { .modal .modal-dialog {
width: 860px; width: 860px;
} }
.documentation {
padding: 7px;
}
...@@ -511,3 +511,7 @@ pre.light-well { ...@@ -511,3 +511,7 @@ pre.light-well {
margin-top: -1px; margin-top: -1px;
} }
} }
.project-show-readme .readme-holder {
padding: 7px;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment