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(progressindicator): correct padding on secondaryLabel in firefox #15385

Conversation

tay1orjones
Copy link
Member

Closes #15383

Changelog

Changed

  • specify top margin of 0 on secondary labels

Testing / Reviewing

  • For some reason, chrome was resolving the top margin of auto to 0px, potentially because it's position: static? I'm not totally sure. So in effect, Firefox was rendering correctly based on the styles written and chrome was wrong. but what we want is how chrome was rendering it. So this should be correct now.
  • View the ProgressIndicator Playground story in Firefox and Chrome. Select the vertical toggle. Observe there is no top margin in either browser.

Copy link

netlify bot commented Dec 13, 2023

Deploy Preview for v11-carbon-react ready!

Name Link
🔨 Latest commit 6cafe8c
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/6579dea8dac52a000836ba38
😎 Deploy Preview https://deploy-preview-15385--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@alisonjoseph alisonjoseph left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@andreancardona andreancardona left a comment

Choose a reason for hiding this comment

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

😎

@github-actions github-actions bot added this pull request to the merge queue Dec 14, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Dec 14, 2023
@tw15egan tw15egan added this pull request to the merge queue Dec 19, 2023
Merged via the queue into carbon-design-system:main with commit d1215c3 Dec 19, 2023
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: ProgressIndicator - Firefox - secondaryLabel is vertically aligned in the middle of the available space
4 participants