Changeset - b22bed4434c5
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2018-03-25 18:48:39
dominikruf@gmail.com
Grafted from: 3e606dda76aa
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.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/style.less
Show inline comments
 
@@ -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);
0 comments (0 inline, 0 general)