Skip to content

Commit

Permalink
Merge pull request #1325 from sgratch/avoid-migration-vms-pipeline-na…
Browse files Browse the repository at this point in the history
…me-to-be-wrapped-to-next-line

Avoid wrapping the migration VM status pipeline's name to the next line
  • Loading branch information
yaacov committed Sep 16, 2024
2 parents d2a7895 + 8b4ea99 commit 2b7569f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export const MigrationVirtualMachinesRowExtended: React.FC<RowProps<VMData>> = (
<Tbody>
{(pipeline || []).map((p) => (
<Tr key={p?.name}>
<Td>
<Td modifier="nowrap">
<ProgressStepper isCompact isVertical={true} isCenterAligned={false}>
<ProgressStep
key={p?.name}
Expand Down

0 comments on commit 2b7569f

Please sign in to comment.