From: Julien Rouhaud Date: Tue, 21 Aug 2012 09:21:56 +0000 (+0200) Subject: Fix sql formatting, adding scrollbars X-Git-Tag: v3.2~168^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=883722783eb8ee07f6654306a372f7fba0c03cc1;p=pgbadger Fix sql formatting, adding scrollbars --- diff --git a/pgbadger b/pgbadger index 36c6fa1..911a1ad 100755 --- a/pgbadger +++ b/pgbadger @@ -1367,7 +1367,7 @@ table.queryList { } table.queryList th { background-color: #770818; border:1px solid #FEE3C4; color: white; font-weight: normal;} table.queryList td, table.queryList th { padding: 2px;} -table.queryList div.sql { width: 800px; } +table.queryList div.sql { width: 800px; overflow: auto; } table.queryList div.examples { background-color:#E7E7E7; border:1px solid #FFFFFF; -moz-border-radius:10px; padding:6px; margin:5px;} table.queryList div.examples div.example0 { padding:2px; } table.queryList div.examples div.example1 { background-color:#FFFFFF; padding:2px; border:1px solid #EBF0FC; -moz-border-radius:5px; }