Skip to content

Commit

Permalink
fix(pci-workflow): fix long status on listing page
Browse files Browse the repository at this point in the history
ref: DTCORE-2753

Signed-off-by: Mohammed Hamdoune <[email protected]>
  • Loading branch information
sidlynx committed Oct 18, 2024
1 parent 8342fb6 commit 747fbc3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ export default function ExecutionStatusComponent({
color={ODS_THEME_COLOR_INTENT.text}
className="block"
>
{t(`pci_workflow_execution_status_${status}`)}
<span className="whitespace-nowrap">
{t(`pci_workflow_execution_status_${status}`)}
</span>
</OsdsText>
</OsdsChip>
);
Expand Down

0 comments on commit 747fbc3

Please sign in to comment.