Skip to content

Fix filtered search input width for IE

Clement Ho requested to merge 2120-issues-search-bar-not-picking-up into master

What does this MR do?

The filtered search input width should stretch to fill the container. This works in Chrome, Safari and Firefox but not in IE. This MR fixes the input field so that it stretches to fill the container in IE.

Are there points in the code the reviewer needs to double check?

Please test in all browsers

Why was this MR needed?

Fixes a regression

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #30856 (closed)

Merge request reports