petrnymsa / coffee-time

Flutter application Coffee Time (Master Thesis)
MIT License
16 stars 2 forks source link

[BUG] Cafe title on cafe card overflows #4

Closed petrnymsa closed 4 years ago

petrnymsa commented 4 years ago

Description When cafe's title is too long title overflows on 'cafe card' widget.

To Reproduce Steps to reproduce the behavior:

  1. Add cafe with long title
  2. Display it on cafe card widget

Expected behavior No overflow when title is longer. Use elipsis (...) to shrink the text.

Device Information

petrnymsa commented 4 years ago

Solved