Skip to content

Commit

Permalink
Fix moving viz type label.
Browse files Browse the repository at this point in the history
  • Loading branch information
codyml committed Jul 26, 2022
1 parent 2f98bf0 commit 571eebc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const TruncatedTextWithTooltip = ({ children, ...props }) => {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
`}
>
{children}
Expand Down

0 comments on commit 571eebc

Please sign in to comment.