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
  • Loading branch information
mistercrunch authored Jul 21, 2023
1 parent 22a0fe5 commit 341b8d4
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 341b8d4

Please sign in to comment.