diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index deb0388..cee4059 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -446,6 +446,9 @@ table.list tbody td > a .admin_list { float: right; width: 40%; +} + +.admin_list ul{ padding-right: 5em; max-height: 200px; overflow: auto; @@ -459,6 +462,11 @@ table.list tbody td > a width: 50%; } +.branch_list ul{ + max-height: 200px; + overflow: auto; +} + .commit_list li > a > span.commitdate { color: #4d4d4d;