fossasia / open-event-frontend

The frontend for the Open Event API Server https://test.eventyay.com
https://eventyay.com
Apache License 2.0
2.34k stars 1.81k forks source link

The mobile session card information exceeds the box unexpectedly with long title text #8723

Closed Leslie-Wong-H closed 1 year ago

Leslie-Wong-H commented 1 year ago

Describe the bug

The mobile session card information exceeds the box unexpectedly with long title text.

To Reproduce Steps to reproduce the behaviour:

  1. Use your phone or the phone mode of PC browser to go to 'https://eventyay.com/e/7cfe0771/schedule'
  2. Scroll down to this session talk 'The bumpy road of bringing a machine learning model from development to production - Part 1 Search/Reranking/development of model'
  3. You can see that the top-right icons are outside the card box.

Expected behaviour

Keep them inside the card box.

Screenshots

image

Smartphone (please complete the following information):

Leslie-Wong-H commented 1 year ago

/assign @Leslie-Wong-H

Leslie-Wong-H commented 1 year ago

This issue is caused by this compact phrase, Search/Reranking/development. Add word-break: break-word could prevent it.

Before: image

image

After:

image

image