Skip to content
Snippets Groups Projects

Improve project page height

Merged username-removed-127938 requested to merge projects into master

old thing. Grey block not aligned to the bottom. It was a scroll even with short project description.

Screen_Shot_2015-10-01_at_16.03.24

New awesome stuff, no scroll, grey block aligned to the bottom.

Screen_Shot_2015-10-01_at_16.04.08

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • username-removed-127938 Title changed from Projects to Improve project page height

    Title changed from Projects to Improve project page height

  • Added 1 commit:

  • 508 .content {
    509 height: 100%;
    510 width: 100%;
    511
    512 }
    513
    514 .max-height {
    515 height: 100%;
    516 display: table;
    517 width: 100%;
    518 }
    519
    520 section {
    521 height: 100%;
    522 display: table-row;
    523 }
  • Added 1 commit:

    • 5ebcf21b - section and .content now in layout.cssc
  • Added 1 commit:

  • Added 1 commit:

    • 75c03530 - removed max-heght from project.scss
  • username-removed-444 Status changed to merged

    Status changed to merged

  • mentioned in commit 2b493695

  • @skyruler changes in this MR cause strange behaviour for mobile devices. it cause different pages rendered with different scale. Probably its because all this display: table hacks. I am going to revert this MR since it breaks more that it fixes. If you will have better fix - please submit new MR

  • ok i'll check on mobile, do you have a screenshot of something?

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading