-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Components overlapping when horizontally resized #826
Comments
thanks for finding this Prakhar! |
oh wait, i think the only issue here is that the resizing is not aware that the text input has a minimum width, so it does not respect it. |
We can make it always |
@apedroferreira In case it helps, here is the link to the app: https://master--toolpad.mui.com/_toolpad/app/cl1on1bd80041a1pdrrfdt0rq/editor/pages/cl6ysktjz00023b6g8xkizxr8 |
with some improvements to resizing we could make it possible to adjust the left/right margin in the container to any value (even the top/bottom margins probably), as well as resize the text input horizontally to any possible size. right now it's very basic though so users can't do it yet...
as things are for now if we had this type of component always be full width i guess we wouldn't be able to add any margins? |
Duplicates
Latest version
Current behavior 😯
Screen.Recording.2022-08-18.at.11.59.46.PM.mov
Not sure if this is the expected behavior as of now.
But sometimes the component is pushing the adjacent one, sometimes it is not.
The text was updated successfully, but these errors were encountered: