jdan / dynamo.js

Cycles through bits of text in place
http://jdan.github.io/dynamo.js/
MIT License
626 stars 65 forks source link

Dynamo span goes down when the font-size is greater than the body #8

Open Edddy opened 12 years ago

Edddy commented 12 years ago

Maybe I'm doing something wrong, but the dynamo span is to big to fit in the line even when there is plenty of space.

repro: http://jsbin.com/3/iqegux/2/edit?html,css,javascript,live

jdan commented 12 years ago

I'm still looking into this, it seems that after a certain width, the dynamo container just takes the width of the entire row. Very strange. I'll continue forming test cases today, maybe someone else can find a fix.