- 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
2 months ago 9:03am 20 February 2025 - 🇮🇳India sandip
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. - 🇮🇳India lavanyatalwar
Hi @sandip,
I believe the styling change you mentioned, i.e.,box-sizing: border-box;
, is not needed. The issue is resolved simply by addingpadding=0;
, and the MR is good to go.
Kindly take a look and review once. - Issue was unassigned.
- Status changed to RTBC
3 days ago 5:35am 23 April 2025 - 🇮🇳India sandip
The MR looks good to me input tags are now inside the container not overflow from the container. So moving this issue to RTBC.