Skip to content
Snippets Groups Projects
Commit b5f365b3 authored by Michael Hamann's avatar Michael Hamann
Browse files

dokuwiki template: Fix the preview width on small screens FS#2914

parent 4cd602fd
No related merge requests found
......@@ -65,6 +65,15 @@
margin-right: 0;
}
/* preview */
.dokuwiki.hasSidebar div.preview {
border-right: none;
}
[dir=rtl] .dokuwiki.hasSidebar div.preview {
border-left: none;
}
/* toc */
#dw__toc {
float: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment