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(styles): correct number and text overlap in Safari #6369

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

yhabib
Copy link
Contributor

@yhabib yhabib commented Feb 7, 2025

Motivation

There is a visual bug in Safari that affects the display of numbers and text within an inline-grid and a baseline. This bug causes the numbers to overlap the text.

Before:

Screen.Recording.2025-02-07.at.17.02.17.mov

After:

Screen.Recording.2025-02-07.at.17.02.55.mov

Fixes NNS1-3606

Changes

  • Change display from inline-grid to inline-flex as it breaks in Safari.

Tests

  • Manually tested in Safari using devenv

Todos

  • Add entry to changelog (if necessary).
    Not necessary

@yhabib yhabib changed the title Fix issue with safar fix(styles): correct number and text overlap in Safari Feb 7, 2025
@yhabib yhabib force-pushed the nns1-3606/safari-bug branch from dd36d37 to 51b8c78 Compare February 7, 2025 16:16
@yhabib yhabib marked this pull request as ready for review February 7, 2025 16:29
@yhabib yhabib requested a review from a team as a code owner February 7, 2025 16:29
@yhabib yhabib force-pushed the nns1-3606/safari-bug branch from 51b8c78 to 6809ade Compare February 10, 2025 14:12
@yhabib yhabib enabled auto-merge February 10, 2025 14:15
@yhabib yhabib added this pull request to the merge queue Feb 10, 2025
Merged via the queue into main with commit 9dca0b7 Feb 10, 2025
32 checks passed
@yhabib yhabib deleted the nns1-3606/safari-bug branch February 10, 2025 14:42
github-merge-queue bot pushed a commit that referenced this pull request Feb 10, 2025
# Motivation

In #6369, I accidentally added two screenshots taken locally on the Mac.
We should only include screenshots captured while running the e2e in the
CI.

# Changes

- Removes screenshots.

# Tests

- Tests should pass as before

# Todos

- [ ] Add entry to changelog (if necessary).
Not necessary
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