Why not? It's just css. Simply override the Bootstrap defaults, define justification, overflow and perhaps white-space nowrap as you see fit for this particular set of objects.
Regards, Ales On Thursday, May 2, 2013 8:38:48 PM UTC+2, Omi Chiba wrote: > > Thank you for the reply. > > I think there is nothing we can do about it. It's trying to put the word > next line if the word will be cut off middle and even out the space between > the words. It's just a behavior for bootstrap and I cannot really control... > > > On Thursday, May 2, 2013 1:23:13 PM UTC-5, Niphlod wrote: >> >> check with firebug / similar if your <p> with the descriptions have >> something among the lines of text-aling: justify applied..... looks like >> that in the screenshots you posted. >> >> On Wednesday, May 1, 2013 11:06:55 PM UTC+2, Omi Chiba wrote: >>> >>> Maybe this is not web2py issue but I'm trying to use thumnail class to >>> shows the three image blocks but the text in the paragraph inside is >>> strangely have too much space between the words. >>> >>> Does anyone know how to adjust it? >>> >>> <h3>How can we help you?</h3> >>> <ul class="thumbnails"> >>> <li class="span3"> >>> <div class="thumbnail"> >>> >>> {{=IMG(_src=URL('static/images','holder260_180.png'),_style="width: >>> 250px",_class="img-polaroid",_alt="Order Status")}} >>> <h4>Order Status</h4> >>> <p>Thumbnail caption...</p> >>> </div> >>> </li> >>> <li class="span3"> >>> <div class="thumbnail"> >>> >>> {{=IMG(_src=URL('static/images','holder260_180.png'),_style="width: >>> 250px",_class="img-polaroid",_alt="Order Status")}} >>> <h4>Q&A</h4> >>> <p>To search the Frequently Asked Questions</p> >>> </div> >>> </li> >>> <li class="span3"> >>> <div class="thumbnail"> >>> >>> {{=IMG(_src=URL('static/images','holder260_180.png'),_style="width: >>> 250px",_class="img-polaroid",_alt="Order Status")}} >>> <h4>Contact</h4> >>> <p>Thumbnail caption...</p> >>> </div> >>> </li> >>> </ul> >>> >>> >>> >>> >>> >>> -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.