Skip to content

Commit

Permalink
fix: drep details bug ui
Browse files Browse the repository at this point in the history
  • Loading branch information
sotatek-huytran committed Jun 6, 2024
1 parent b5c0efe commit 5e835f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/DrepDetail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const DrepDetail = () => {
sx={{ width: data?.anchorUrl.length > 25 ? "100%" : "fit-content", cursor: "pointer" }}
isNoLimitPixel={true}
isTooltip
whiteSpace="normal"
/>
</Box>
)}
Expand Down

0 comments on commit 5e835f1

Please sign in to comment.