Merged PR 1839: feat(oms-return-process): apply flex layout to select question description

feat(oms-return-process): apply flex layout to select question description

Update the return-process-select-question component to use the 'flex-1' Tailwind utility class on the description container. This ensures proper flexbox alignment and consistent layout within the parent flex context.

Ref: #5057
This commit is contained in:
Nino Righi
2025-05-26 19:19:00 +00:00
committed by Lorenz Hilpert
parent 94e1d729a0
commit 6e8df1c4ab

View File

@@ -1,4 +1,4 @@
<div>
<div class="flex-1">
{{ question().description }}
</div>
<ui-chips [formControl]="control">