I've encountered an issue with my code. It works perfectly on Chrome and Firefox, but on the latest version of Internet Explorer, the "px" element is displayed on the next line. I tried using display:inline, which fixes the alignment issue, but it messes up the overall alignment. Is there any other way I can ensure that both elements align on the same line? Thank you.
<div class="dfs_config_group">
<div class="dfs_config_field_label">Font Size</div>
<div class="dfs_config_field">
<div class="dfs_config_append mini">
<input type="text" name="dg_footer_wrapper_inner[font-size]" value="12">
<div class="add_on">px</div>
</div>
</div>
</div>