codeforboston / mbta-ninja

MBTA Ninja!
http://mbta.ninja
MIT License
82 stars 46 forks source link

Long line names messes up display on home screen #142

Open radhikamalik opened 9 years ago

radhikamalik commented 9 years ago
screen shot 2015-07-28 at 7 58 38 pm
ForestJay commented 9 years ago

What browser and platform was this on? I just tried chrome and Safari on OS X and could not reproduce. I also could not reproduce on my Android (in Chrome on a Moto X).

JacobEvelyn commented 9 years ago

I can reproduce this in Firefox, Chrome, and Safari by opening up the inspector and adding more text to a given line. They don't overflow for me naturally but clearly the behavior is weird and since this codebase is being used for other "ninja" apps in other locations, it should be able to support more text.

screen shot 2015-08-05 at 8 17 18 am
radhikamalik commented 9 years ago

@ForestJay this was on an iPhone 5.

A simple solution would be just to truncate names above a given threshold.

modestmaya commented 8 years ago

@patrickgreenwell this seems like an easy fix- could I assign this out to a newcomer? :)

patrickgreenwell commented 8 years ago

Yes I think so!