# HG changeset patch # User Mads Kiilerich # Date 1497387358 -7200 # Node ID d18dfba3c245668506b7bec76247148dcb85a2c6 # Parent 7760977761854a0cd42bafe679d42bb9f8bc1462 diff: fix width - make it 100% of the page as before diff -r 776097776185 -r d18dfba3c245 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Wed Jun 14 02:20:54 2017 +0200 +++ b/kallithea/public/css/style.css Tue Jun 13 22:55:58 2017 +0200 @@ -3191,6 +3191,7 @@ table.code-difftable { border-collapse: collapse; border-radius: 0px !important; + width: 100%; } table.code-difftable td { padding: 0 !important;