mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
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:
committed by
Lorenz Hilpert
parent
94e1d729a0
commit
6e8df1c4ab
@@ -1,4 +1,4 @@
|
||||
<div>
|
||||
<div class="flex-1">
|
||||
{{ question().description }}
|
||||
</div>
|
||||
<ui-chips [formControl]="control">
|
||||
|
||||
Reference in New Issue
Block a user