Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#7888 - BUG | Home 'Hero CTA sub text' #1050

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

patrickcuagan
Copy link
Collaborator

Ticket: https://torchbox.monday.com/boards/1472452416/pulses/1630887888

This PR fixes an issue where the hero CTA sub text is cut off on mobile.

Screenshot:

Screenshot 2024-09-20 at 3 06 50 PM

@@ -1,6 +1,6 @@
.hero-action-pane {
$root: &;
$hero-action-pane-height-small: 110px;
$hero-action-pane-height-small: 190px;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I explored options where we don't hard code this but think we're going to have to refactor quite a bit if we wanted to.

Copy link
Member

@siimonevans siimonevans Sep 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @patrickcuagan I think we should explore this further with RCA.

If we make this change and the content editors add to these fields is later reduced, we could end up with the component appearing too high up:

Screenshot 2024-09-20 at 08 25 50

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed to proceed with this, but we'll create a separate ticket for refactoring this component in future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants