Skip to content

Commit

Permalink
fix: column/metric type icons look too small (#24740)
Browse files Browse the repository at this point in the history
(cherry picked from commit 341b8d4)
  • Loading branch information
mistercrunch authored and michael-s-molina committed Jul 24, 2023
1 parent 299dbb7 commit 157cc62
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ const TypeIconWrapper = styled.div`
&& svg {
margin-right: 0;
margin-left: 0;
width: 100%;
height: 100%;
}
`};
`;
Expand Down

0 comments on commit 157cc62

Please sign in to comment.