Skip to content

Commit

Permalink
Increase feature slider height for smallest screens (#47058)
Browse files Browse the repository at this point in the history
In our empty state pages, we have this neat purple frame that slides
over each feature. This gets very slightly wonky if the feature text is
a bit too large. This just bumps up the height for the smallest screens
to give a bit more breathing room to the text.
  • Loading branch information
avatus committed Oct 2, 2024
1 parent a9e0a96 commit b5c66c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/shared/components/EmptyState/EmptyState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const FeatureContainer = styled(Flex)`
@media (max-width: 1302px) {
--feature-slider-width: 372px;
--feature-width: 372px;
--feature-height: 112px;
--feature-height: 120px;
--feature-preview-scale: scale(0.7);
--feature-text-display: inline;
}
Expand Down

0 comments on commit b5c66c6

Please sign in to comment.