diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -4140,6 +4140,10 @@ div#legend_container table td, div#legen padding: 0px 0px 0px 0px; } +.reviewer_status { + float: left; +} + .reviewers_member { height: 15px; padding: 0px 0px 0px 10px; diff --git a/rhodecode/templates/pullrequests/pullrequest_show.html b/rhodecode/templates/pullrequests/pullrequest_show.html --- a/rhodecode/templates/pullrequests/pullrequest_show.html +++ b/rhodecode/templates/pullrequests/pullrequest_show.html @@ -104,7 +104,7 @@