You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
When setting min-width and max-width values for an element, the values are not retained. Clicking outside the input causes both values to reset to 0, leading to unexpected layout issues.
Steps to reproduce:
Set a custom value for min-width and max-width on an element.
Click outside the input field to apply the values.
Summary:
When setting min-width and max-width values for an element, the values are not retained. Clicking outside the input causes both values to reset to 0, leading to unexpected layout issues.
Steps to reproduce:
Actual result:
Both min-width and max-width are automatically reset to 0.
https://github.com/user-attachments/assets/38cc47aa-82ef-4e52-9f80-988976143fe5
Expected result:
The values entered for min-width and max-width should be preserved after clicking outside, without being reset.
The text was updated successfully, but these errors were encountered: