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

Fixed width for buttons #1

Closed
Ja-Uyoma opened this issue Nov 27, 2023 · 1 comment
Closed

Fixed width for buttons #1

Ja-Uyoma opened this issue Nov 27, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Ja-Uyoma
Copy link
Owner

Currently, the buttons grow and shrink along with changes in the size of the content window. This means that the buttons can overflow the borders of the calculator whenever the browser window is minimized enough.

We need to implement a fixed width for the buttons so that this never happens.

@Ja-Uyoma Ja-Uyoma self-assigned this Nov 27, 2023
@Ja-Uyoma Ja-Uyoma added the bug Something isn't working label Nov 27, 2023
@Ja-Uyoma Ja-Uyoma closed this as completed Dec 5, 2023
@Ja-Uyoma
Copy link
Owner Author

Ja-Uyoma commented Dec 5, 2023

Explicitly setting the width to 500px both restricts the width and prevents the buttons from growing or shrinking depending on the size of their container.

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

No branches or pull requests

1 participant