fix: no wrap for the sorting dropdown

pagebuilder
Dinesh Salunke 2023-12-06 15:44:07 +05:30
parent b67831e3e3
commit fdf2bd8199
1 changed files with 15 additions and 15 deletions

View File

@ -23,8 +23,7 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="relative flex">
<div class="relative flex-1 max-w-[140px] group">
<div class="relative flex-1 w-full max-w-[240px] group">
<button
class="dropdown-toggle relative px-4 pr-6 leading-1 w-full text-left"
type="button"
@ -37,7 +36,8 @@
<path d="M6 9l6 6l6 -6"></path>
</svg>
</button>
<div class="dropdown-menu hidden group-hover:flex absolute top-full left-0 w-full flex-col bg-white z-10 shadow-lg">
<div class="dropdown-menu hidden group-hover:flex absolute top-full right-0 bg-white z-10 shadow-lg">
<div class="flex flex-col whitespace-nowrap">
{foreach from=$listing.sort_orders item=sort_order}
<a
rel="nofollow"