Skip to content

Resolve "Get next button is too big for mobile"

What does this mr do?

This makes sure the get next button is always visible, even when the course name is too long.

Actions taken to fix bug

Limit width of buttons, links and forms. Make the overflow-wrap to be word-break.

Screenshots

Before

Screenshot_2020-05-01_at_11.56.32 Screenshot_2020-05-01_at_11.56.43

After

Screenshot_2020-05-01_at_12.00.45

Does this MR meet the acceptance criteria?

  • I have added a changelog entry to reflect the significant changes I made and the bug I fixed.
  • A test was created to test the bug.
  • I have updated the documentation accordingly.
  • I adhere to the style guide.

Closes #136 (closed)

Merge request reports