Support Ticket

How to make embedded cards not wrap+status
How to make embedded cards not wrap+tags
 

How to make embedded cards not wrap+issues

Currently, I have three cards embedded on one page. Only the top one has an image in it with is set to float: left so that the rest of the text on that card wraps to the side of the image. However, the subsequent two cards ALSO wrap around the image. I would like the subsequent cards to show all their content below the first one. Can I do that?

 

You can add a "clear:left" to the second inclusion like this:

{{ A } } {{ B | clear:left } } {{ C } }

That should put B and C below A.

--Philipp Kuehl.....2015-07-07 06:27:35 +0000