Skip to content

Fix issue where registration indicator overlaps with text in Welcome screen cards

Gijs Hendriksen requested to merge fix/indicator-overlaps-with-text into master

Closes #67

Previous behaviour

The dot indicating whether you registered for an event overlaps with the event information.

Steps to reproduce:

  1. Open the Welcome screen
  2. Have an event with a very long name or location description.
  3. Notice the text passes through the the indicator dot.

New behaviour

The dot indicating whether you registered for an event no longer overlaps with the event information.

Steps to validate that it works:

  1. Open the Welcome screen
  2. Have an event with a very long name or location description.
  3. Notice the text wraps before the indicator dot.

Merge request reports