~edwargix/git.sr.ht

e3e6fe9a586c29f81ac9edf27353ef7670950b1c — Drew DeVault 7 years ago 421420d
Fix horizontal scrolling on blob view
1 files changed, 5 insertions(+), 1 deletions(-)

M gitsrht/templates/blob.html
M gitsrht/templates/blob.html => gitsrht/templates/blob.html +5 -1
@@ 60,7 60,11 @@ pre, body {
  </div>
</div>
<div class="container-fluid" style="padding-left: 0; padding-right: 0;">
  <div class="row">
  {#
    This row has some weird styles going on. This prevents the page from
    scrolling horizontally
  #}
  <div class="row" style="margin-right: 0;">
    {% if not blob.is_binary %}
    <div class="col-md-12 code-view">
      <pre class="ruler"><span>{% for i in range(80) %} {% endfor %}</span></pre>