- Issue created by @alok_singh
- Merge request !23revolt-3492189: On mobile view advance search input box need space from right side. → (Open) created by alok_singh
@alok_singh , the issue is fixed for Mobile but I can see the same issue for 1024, 1280 screen size.
- Assigned to lavanyatalwar
- Status changed to Needs work
about 1 month ago 9:03am 20 February 2025 Hi @lavanyatalwar and @alok_singh, thanks for the work here. After reviewing the merge request, I believe there is no need for a media query for a specific screen width. The main issue seems to be related to box-sizing. Applying
box-sizing: border-box;
to the input tag should resolve the issue effectively.
Moving this issue to NW.