Hi All,
I am having issues with trying to layout HTML elements in a widget when using the LaunchPad Theme. I have a very simple widget layout at the moment with just a label, a measurement dijit, and a piece of text below. Here is the widget.html
<div>
<div><label>${nls.descriptionlabel}</label></div>
<div data-dojo-attach-point="_measureNode"></div>
<div>Press <b>CTRL</b> to enable snapping.</div>
</div>This displays as expected in every theme except the launchpad theme where I cannot get anything to appear below the measurement dijit:
Foldable Theme:

Billboard Theme:

Box Theme:

Dart Theme:

LaunchPad Theme:

I suspect it is something to do with the LaunchpadPanel but I cannot for the life of me work out whats going on. What do I need to do to display HTML elements below the measurement dijit
Any help would be appreciated
Regards
Anthony