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

fix(vital-list): fix images on list page, bug in image size, updated /styleguide page to content #1633

Conversation

hvanyo
Copy link
Collaborator

@hvanyo hvanyo commented Apr 25, 2022

  • fixed images on list pages
  • fixed image size when there was long text strings

@hvanyo hvanyo requested a review from dewen April 25, 2022 17:09
@@ -33,7 +33,7 @@ const Default = asTitleInfographicToken({
Layout: {
Wrapper: 'flex flex-row',
TitleWrapper: 'flex flex-col justify-center',
ImageWrapper: 'max-w-24 pr-4 rtl:pl-4 rtl:pr-0 box-content',
ImageWrapper: 'min-w-24 max-w-24 pr-4 rtl:pl-4 rtl:pr-0 box-content',
Copy link
Collaborator

Choose a reason for hiding this comment

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

Spacing: {
ImageWrapper: 'pr-4 rtl:pl-4 rtl:pr-0',
}

@hvanyo hvanyo merged commit cbac699 into johnsonandjohnson:chore/upgrade-to-gatsby-4-and-tw-3 Apr 25, 2022
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.

None yet

2 participants