jaunesarmiento / fries

Fries helps you prototype Android apps using HTML, CSS, and JavaScript.
MIT License
1.55k stars 222 forks source link

Solve the one long line of text, overflows without scroll and is really annoying. #20

Closed MiguelBel closed 11 years ago

MiguelBel commented 11 years ago

Just added two lines of css to prevent overflow when the long is too long.

jaunesarmiento commented 11 years ago

Hi @MiguelBel, can you provide a test case where this happens? Maybe post the markup where the text overflows. Also please fix your commit message before doing a pull request. Cheers! :)

MiguelBel commented 11 years ago

Yep, this solve this:

captura de pantalla de 2013-06-12 13 44 47

To this:

captura de pantalla de 2013-06-12 13 45 07

Maybe is the HTML

<li class="loadedSMS list-item-multi-line">
  <h3>From: '+ from +'</h3>
  <p class="toWrap">'+ message +'</p>
  <p><strong>'+ time +'</strong></p>
</li>
jaunesarmiento commented 11 years ago

Ahh I see. This merits to be in version 1.0.0 then. Thanks @MiguelBel! :) Will include this in version 1.0.1 as well.