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

ActionLink padding overflows Actions dropdown #1887

Closed
raimund-schluessler opened this issue Apr 27, 2021 · 0 comments · Fixed by #1934
Closed

ActionLink padding overflows Actions dropdown #1887

raimund-schluessler opened this issue Apr 27, 2021 · 0 comments · Fixed by #1934
Assignees
Labels
bug Something isn't working feature: actions Related to the actions components

Comments

@raimund-schluessler
Copy link
Contributor

The padding of the ActionLink overflows the dropdown container. This causes a horizontal scrollbar on AppContent when the menu is close to the edge of the viewport.

ActionLinkPadding

Adding box-sizing: border-box; to the a element should fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature: actions Related to the actions components
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant