changeset 7247:b22bed4434c5

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.
author domruf <dominikruf@gmail.com>
date Sun, 25 Mar 2018 18:48:39 +0200
parents 722210589dfc
children b90b82881398
files kallithea/public/less/style.less
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);