tomdav
Active member
- Affected version
- 2.1
Attached screen print when viewing watched threads at XF. Drop down is non-responsive causing page to overflow. Also note prior to overflow things do not respond gracefully. Would suggest white-space: nowrap for container (so it responds more gracefully) and have drop down resize to remaining width.
Styling in bold I used for fix in screen print:
<div style="white-space: nowrap" class="block-container">
_ _ <span class="block-footer-controls" style="display: table">
_ _ _ _<select style="display: table-cell; width: 100%" . . . </select>
_ _ _ _<span style="display: table-cell"><button . . . </button>
_ _ _ _</span>
_ _ </span>
</div>
Better yet, why not get rid of "Go" button to free up space and be consistent with behavior of other drop downs?
Styling in bold I used for fix in screen print:
<div style="white-space: nowrap" class="block-container">
_ _ <span class="block-footer-controls" style="display: table">
_ _ _ _<select style="display: table-cell; width: 100%" . . . </select>
_ _ _ _<span style="display: table-cell"><button . . . </button>
_ _ _ _</span>
_ _ </span>
</div>
Better yet, why not get rid of "Go" button to free up space and be consistent with behavior of other drop downs?
Attachments
Last edited: