diff --git a/wiki/public/scss/wiki.scss b/wiki/public/scss/wiki.scss index 92828f54..da92a58b 100644 --- a/wiki/public/scss/wiki.scss +++ b/wiki/public/scss/wiki.scss @@ -1288,11 +1288,17 @@ p { display: none; } + .revision-content { + height: 500px; + overflow-y: auto; + } + + .modal-header { position: inherit; - .close { - margin-top: -2.5rem; + .modal-title { + max-width: 100%; } } @@ -1308,10 +1314,12 @@ p { position: inherit; .previous-revision { + width: inherit; margin-right: auto; } .next-revision { + width: inherit; margin-left: auto; } } diff --git a/wiki/wiki/doctype/wiki_page/templates/revisions.html b/wiki/wiki/doctype/wiki_page/templates/revisions.html index bf433f6e..9bfcc2e5 100644 --- a/wiki/wiki/doctype/wiki_page/templates/revisions.html +++ b/wiki/wiki/doctype/wiki_page/templates/revisions.html @@ -1,25 +1,30 @@