Skip to content

Commit

Permalink
Set line height for small empty state description
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed May 31, 2022
1 parent cf5515d commit c381a6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/components/EmptyState/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ const BigDescription = styled(Description)`
const SmallDescription = styled(Description)`
${({ theme }) => css`
margin-top: ${theme.gridUnit}px;
line-height: 1.2;
`}
`;

Expand Down

0 comments on commit c381a6d

Please sign in to comment.