fix(admin): set explicit width for product search dropdown in order form
Prevents the search dropdown from shrinking or overflowing unpredictably in the flex container. Also ensures better alignment.
This commit is contained in:
@@ -530,6 +530,7 @@ export default function OrderForm({
|
|||||||
onSearch={setSearchQ}
|
onSearch={setSearchQ}
|
||||||
disabled={!itemsEditable}
|
disabled={!itemsEditable}
|
||||||
showCheckIndicator={false}
|
showCheckIndicator={false}
|
||||||
|
className="w-[200px] md:w-[300px]"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user