# HG changeset patch # User Mads Kiilerich # Date 2013-04-02 17:01:25 # Node ID e87bc627bcfd2281ee0fa824b3b63d8f3f982edc # Parent 8a86836fad64ebadc9a505119b1e60149e89d51b css: don't float the paginator - let it take the space it needs Fixes rendering issue on the "messages" page. 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 @@ -4488,7 +4488,6 @@ form.comment-inline-form { .notification-paginator { padding: 0px 0px 4px 16px; - float: left; } #context-pages .pull-request span,