ashishkranjan / dabr

Automatically exported from code.google.com/p/dabr
0 stars 0 forks source link

timeline layout for mobile browser #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What would you like dabr to do?
When I access dabr using opera mini in my K320i, sometime the page rendered
too wide, because there are some tweet that too long (no space after a
comma, a long url, etc).

How would you prefer dabr to do it?
I modify the code in my dabr installation, so mobile browser only display
timeline in 1 column. Here is the patch for it:
http://snipt.net/donnykurnia/timeline-layout-for-mobile-browser

I hope this will help :)

Original issue reported on code.google.com by donnykur...@gmail.com on 13 Mar 2010 at 12:35

GoogleCodeExporter commented 9 years ago
We now use break-word http://www.w3.org/TR/css3-text/#break-word (since r400) 
so this should no longer be a problem.

Original comment by terence.eden on 2 Sep 2011 at 1:32