On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

TS 6.1 - Browser/Callout Rendering

Why does my browser-callout combo render with the browser button on one line and the callout button on the next? This didn't happen in TS 5.5. I've tried varying my browser size attribute as well as the labels on the callout.

So the following DCT code:
<item name="file">
<label>File</label>
<description>Click Browse to choose a PDF document within TeamSite, or click Upload to select one from your PC.</description>
<browser required="t" maxlength="255" size="35" extns=".pdf" initial-dir="/templatedata/upload/files/Fact_Sheets" ceiling-dir="/templatedata/upload/files/Fact_Sheets">
<callout url="/iw/custom/templating/single_file_upload/index.jsp?upload_directory=/templatedata/upload/files/Fact_Sheets/&amp;valid_extensions=pdf" label="New File" window-features="width=400,height=144,resizable=no,status=yes,toolbar=no,scrollbars=yes"/>
</browser>
</item>


Will render the "Browse" button next to the text field and the "New File" button (the callout) will render on the next line. See attachment for exact rendering.

Is there a css class that I can override to prevent wrapping? I tried looking at the HTML source but it seems that the entire form is written out via javascript so it is hard to figure the exact HTML that is used.

Thanks.