Skip to content

Resolve "Milestone pages have problems on mobile"

yury-n requested to merge yury-n/gitlab-ce:18852-milestone-pages-mobile into master

What does this MR do?

Makes the milestone page more mobile friendly

Are there points in the code the reviewer needs to double check?

Shouldn't be but maybe double check that the views I changed are exclusively used by the milestone details page I was amending and not any other pages that I haven't tested after my changes.

Why was this MR needed?

  • Buttons were misaligned
  • Progress bar was not 100% width
  • Stats were cut in the middle
  • Milestone name/date text overflow Screen_Shot_2016-07-14_at_5.37.49_PM Screen_Shot_2016-07-14_at_5.41.58_PM Screen_Shot_2016-07-14_at_5.46.41_PM

Screenshots (if relevant)

With this MR:

Screen_Shot_2016-07-14_at_6.15.58_PM Screen_Shot_2016-07-14_at_5.57.04_PM

Closes #18852 (closed)

Merge request reports