Currently, my navbar design includes a search field placed before the menu items. These elements are contained in separate collapsible DIVs to allow for individual toggles. The issue I am facing is that there is a noticeable gap between the search bar and the menu items when viewed on a desktop. It seems like there is a min-width attribute causing this spacing gap, but I am unsure of how to address it. Can anyone provide guidance on how to eliminate this gap and align both elements to the left?