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: Adjust chevron alignment to the right edge #7438

Merged
merged 5 commits into from
Oct 8, 2024

Conversation

Vardhaman619
Copy link
Contributor

This pull request addresses the alignment issue of the chevron icon, ensuring that it is positioned correctly on the right edge.
Fixes #7403

after fix

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

This pull request adjusts the alignment of chevron icons in the webhook and API keys tables, addressing the issue described in #7403.

  • Modified SettingsDevelopersWebhookTableRow.tsx to use a more flexible grid layout for better chevron alignment
  • Updated SettingsApiKeysFieldItemTableRow.tsx and SettingsApiKeysTable.tsx to set a fixed 24px width for the chevron column
  • Adjusted padding in SettingsDevelopersWebhookTableRow.tsx to position the chevron 4px from the right edge
  • Removed unused React import in SettingsDevelopersWebhookTableRow.tsx for code cleanliness

3 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

Copy link
Contributor

@ehconitin ehconitin left a comment

Choose a reason for hiding this comment

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

left some comments :) Thanks

Copy link
Contributor

@ehconitin ehconitin left a comment

Choose a reason for hiding this comment

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

LGTM!
Thankyou @Vardhaman619 ;)

Copy link
Contributor

@martmull martmull left a comment

Choose a reason for hiding this comment

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

LGTM thanks

@martmull martmull merged commit 10e7517 into twentyhq:main Oct 8, 2024
11 checks passed
Copy link

oss-gg bot commented Oct 8, 2024

Awarding Vardhaman619: 150 points 🕹️ Well done! Check out your new contribution on oss.gg/Vardhaman619

harshit078 pushed a commit to harshit078/twenty that referenced this pull request Oct 14, 2024
This pull request addresses the alignment issue of the chevron icon,
ensuring that it is positioned correctly on the right edge.
Fixes [twentyhq#7403](twentyhq#7403)

![after
fix](https://github.com/user-attachments/assets/84e6cd14-1d10-4331-8f25-da5423b15dd3)

---------

Co-authored-by: Charles Bochet <[email protected]>
Co-authored-by: ehconitin <[email protected]>
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.

Webhooks chevron is not on the right edge enough
4 participants