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 selecting values like fill, rel, or hug for min-width or max-width, the value is correctly applied to the element. However, the UI still displays “fixed” as the selected option, which is misleading and does not reflect the actual applied value.
Steps to reproduce:
Open the width settings of an element.
Set the min-width or max-width to fill, rel, or hug.
Summary:
When selecting values like fill, rel, or hug for min-width or max-width, the value is correctly applied to the element. However, the UI still displays “fixed” as the selected option, which is misleading and does not reflect the actual applied value.
Steps to reproduce:
Actual result:
The value (e.g., fill) is applied to the element's layout, but the dropdown or selected label still shows “fixed”.
https://github.com/user-attachments/assets/d0556c10-d5db-4887-88d4-89f6e0c488a1
Expected result:
The dropdown or selected label should update to reflect the actual applied value (fill, rel, or hug) instead of remaining on “fixed”.
The text was updated successfully, but these errors were encountered: