Skip to content

Commit

Permalink
fix: DrepId bug ui mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
sotatek-huytran committed May 29, 2024
1 parent a79f9e0 commit 8b5daa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DynamicEllipsisText/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import CustomTooltip from "../commons/CustomTooltip";
const Container = styled(Box)<{ whiteSpace?: "nowrap" | "normal" }>`
display: inline-block;
white-space: ${({ whiteSpace }) => whiteSpace ?? "nowrap"};
overflow: hidden;
width: 100%;
text-align: left;
transform: translateY(2px);
Expand Down

0 comments on commit 8b5daa2

Please sign in to comment.