From 05554aa42b2bf996abc73edbe2eb9e01b68747c0 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 27 2016 07:16:04 +0000 Subject: scroll wide diffs horizontally, and stop bounce ffrom the inline comment bubble showing on hover --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 4b4c0eb..854f71c 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -23,6 +23,8 @@ html .code_table { background: #FDF6E3; min-width: 100%; + display:block; + overflow-x: auto; } .code_table tr td{ @@ -261,7 +263,7 @@ position:relative; } .prc { - width: 13px; + min-width: 13px; } .prc p {