Merged PR 1863: feat(oms-return-details): improve layout and styling of order group item controls

- feat(oms-return-details): improve layout and styling of order group item controls

Ref: #5171
This commit is contained in:
Nino Righi
2025-06-13 13:56:15 +00:00
committed by Lorenz Hilpert
parent 6f80159281
commit 2088fd3191
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<div>
<div class="flex flex-row w-full">
@if (quantityDropdownValues().length > 1) {
<ui-dropdown
class="quantity-dropdown"

View File

@@ -1,5 +1,5 @@
:host {
@apply flex justify-center items-center gap-4;
@apply flex flex-col-reverse items-end desktop:flex-row desktop:justify-center desktop:items-center gap-4;
:has(.product-dropdown):has(.quantity-dropdown) {
.quantity-dropdown.ui-dropdown {