Fixes issue with code not wrapping on revision page.

Closes #888

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
Abijeet 2018-06-30 09:49:55 +05:30
parent b3cc3130f0
commit fb29f4119d
2 changed files with 7 additions and 1 deletions

View File

@ -89,6 +89,12 @@
del {
background: #FFECEC;
}
&.page-revision {
pre code {
white-space: pre-wrap;
}
}
}
// Page content pointers

View File

@ -14,7 +14,7 @@
<div class="container">
<div class="row">
<div class="col-md-9">
<div class="page-content">
<div class="page-content page-revision">
@include('pages.page-display')
</div>
</div>