-
Notifications
You must be signed in to change notification settings - Fork 31
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
Fix to prevent clipping of Epic Byline Image #13124
Conversation
Size Change: +2 B (0%) Total Size: 870 kB ℹ️ View Unchanged
|
@@ -26,14 +26,14 @@ const bylineWithImageContainer = css` | |||
`; | |||
|
|||
const bylineCopyContainer = css` | |||
width: 70%; | |||
width: 50%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
Seen on PROD (merged by @LAKSHMIRPILLAI 7 minutes and 46 seconds ago) Please check your changes! |
What does this change?
This is a fix to prevent clipping of the Byline Headshot images in the Epics in smaller devices/ mobile
Screenshots
Before
From desktop till mobile Landscape
For mobile
## After
From desktop till mobile Landscape
For mobile