Skip to content

Resolve "Place event buttons correctly for mobile on dashboard"

henrikhertler requested to merge 640-fixed-event-buttons-on-mobile into master

Closes #640 (closed)

What does this MR do?

It stops breaking the buttons into two lines on mobile, so it's easier to click. If the display becomes smaller than 320px, the buttons jump to display width via media querie.

Bildschirmfoto_2019-09-05_um_15.09.07Bildschirmfoto_2019-09-05_um_15.09.17

resizing-buttons

How confident are you it won't break things if deployed?

Pretty confident. No tests needed, added a class & CSS.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Chris Oelmueller

Merge request reports