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

Toolbar: set input size to "1" #417

Merged
merged 1 commit into from
Mar 10, 2023
Merged

Conversation

warpdesign
Copy link
Owner

@warpdesign warpdesign commented Mar 10, 2023

On a text input, the size sets the min width of the element so we set it to the minimum value so that the input can shrink a lot more.

Note that this only mitigates the problem: because of the right padding of 30px, there is still a little bit of overflow when the window is tiny but it's acceptable since the UI is not usable at this size anyway.

Fixes #370

On a text input, the size sets the min width of the element so we set it to the
minimum value so that the input can shrink a lot more.

Note that this only mitigates the problem: because of the right padding of 30px,
there is still a little bit of overflow when the window is tiny.
@warpdesign warpdesign merged commit 16700cd into master Mar 10, 2023
@warpdesign warpdesign deleted the toolbar-fix-resize-overflow branch March 10, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

View toolbars overlap if window is too small
1 participant