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: dropdown button width #10024

Closed
wants to merge 1 commit into from

Conversation

amit-ksh
Copy link
Contributor

Description

Change the width of the dropdown button to 100% for all the screen sizes.

Related Issue

Closes #9996

@gatsby-cloud
Copy link

gatsby-cloud bot commented Apr 21, 2023

✅ ethereum-org-website-dev deploy preview ready

@@ -137,7 +137,7 @@ const ButtonDropdown: React.FC<IProps> = ({ list, className }) => {
>
<Button
variant="outline"
minW={{ base: "100%", lg: "240" }}
w="full"
Copy link
Contributor

Choose a reason for hiding this comment

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

Will it impact other instances of this button?

@amit-ksh amit-ksh closed this Apr 21, 2023
@github-actions github-actions bot added the abandoned This has been abandoned or will not be implemented label Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
abandoned This has been abandoned or will not be implemented
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Layout bug on staking withdrawals page
2 participants