Reduce wiki width to avoid collisions with toolbar

pull/4177/head
Henriette Dinger 9 years ago
parent 02e9168cb4
commit 965408ac11
  1. 3
      app/assets/stylesheets/content/_wiki.sass

@ -26,6 +26,8 @@
// See doc/COPYRIGHT.rdoc for more details.
//++
$toolbar-width: 300px
div.wiki
font-size: $wiki-default-font-size
$wiki-max-heading-font-size: 24px
@ -172,3 +174,4 @@ blockquote
.toolbar-container + .wiki-content
margin-top: -64px
width: calc(100% - #{$toolbar-width})

Loading…
Cancel
Save