# HG changeset patch # User domruf # Date 2018-03-25 18:48:39 # Node ID b22bed4434c50ee48f1beac9d0634bb1943542c7 # Parent 722210589dfcd4b44d7496018156673cf3562912 less: avoid PR reviewer list being right-aligned on wide screens #pr-summary had max width md, but the reviewer list was in the last column of the grid with the full page width. The pull request summary should not be too wide, so the reviewers are not to far away. But to achieve this the whole .pr-box needs the max-width not just #pr-summary. diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -763,8 +763,8 @@ div.comment-prev-next-links div.next-com /* use columns and form-horizontal for pull request page */ .pr-box { .make-sm-column(9); + max-width: @container-md; #pr-summary { - max-width: @container-md; .form-horizontal; .form-group > label { .make-sm-column(3);