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

[BUG]: Fix AriaLabel Alignment #61

Closed
cdrani opened this issue Aug 14, 2023 · 0 comments · Fixed by #63
Closed

[BUG]: Fix AriaLabel Alignment #61

cdrani opened this issue Aug 14, 2023 · 0 comments · Fixed by #63
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@cdrani
Copy link
Owner

cdrani commented Aug 14, 2023

Describe the bug

Currently the Edit Snip label for the settings icon is misaligned.

Expected behavior

Edit Snip label should be centered over settings icon

Screenshots

image

Additional context

This should be able to fix the alignment issue in the file below:

transform: translate3d(-2.25rem, -1.5rem, 10rem);

right: 50%;
transform: translate3d(calc(50%), -1.5rem, 10rem);
@cdrani cdrani added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Aug 14, 2023
@cdrani cdrani added this to Chorus Aug 14, 2023
@cdrani cdrani moved this to Todo in Chorus Aug 14, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Chorus Aug 14, 2023
@cdrani cdrani moved this from Done to Released in Chorus Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Released
Development

Successfully merging a pull request may close this issue.

1 participant