# HG changeset patch # User domruf # Date 1521996519 -7200 # 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 -r 722210589dfc -r b22bed4434c5 kallithea/public/less/style.less --- a/kallithea/public/less/style.less Mon Apr 16 03:11:12 2018 +0200 +++ b/kallithea/public/less/style.less Sun Mar 25 18:48:39 2018 +0200 @@ -763,8 +763,8 @@ /* 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);