Skip to content

Commit

Permalink
fix: MET-2150 Bug UI
Browse files Browse the repository at this point in the history
  • Loading branch information
sotatek-huytran committed May 24, 2024
1 parent 68406c5 commit b03a20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GovernanceVotes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const GovernanceVotesDetail: React.FC<{
>
<ArrowLeftWhiteIcon width={isGalaxyFoldSmall ? 30 : 44} height={isGalaxyFoldSmall ? 30 : 44} />
</Box>
<HashName data-testid="governance.hashName">
<HashName data-testid="governance.hashName" sx={{ marginLeft: isGalaxyFoldSmall ? "8px" : "0px" }}>
{actionTypeListDrep.find((action) => action.value === data?.govActionType)?.text} #{data?.index}
</HashName>
</Box>
Expand Down

0 comments on commit b03a20f

Please sign in to comment.