Closed paustria closed 9 years ago
If you need this to un-wrap (whole text), you can also use
.pull-right {
white-space: nowrap;
}
I think the browser treats this as "many words" then breaks it.
@MennStudio Thank you for another workaround. However, my point is there shouldn't be any additional CSS to make the fonts fit in its element.
<p class="pull-right">ตัวอย่างคำ</p>
Should fit in its own 'p' element under the default behavior of top browsers. (I would say Chrome, Safari, Firefox, and IE.)
At first, I thought it's the text-rendering issue. However, I switched to other fonts and this issue resolved right away. That's why I think it is because of the fonts itself.
Boon-v1.0-beta2 เจอปัญหาเดียวกันไหมครับ?
For example
On iPad device, it will show
So far I can reproduce on iPad 2, air and mini version. (I assume that this will happen on Safari on all iPad models.) As of now, here is what I did for workaround.