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
fix: fix inconsistent min-width fraction example (#2252)
The example in min-width.mdx shows min-w-1/3 in the UI but uses
min-w-3/4 in the HTML example.
This commit updates the UI example to correctly display min-w-3/4 to
match the HTML code.
0 commit comments