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
@Westbrook I can double check but as I understand it, we're calculating the minimum width based on the size of the height * the multiplier. I believe that's on purpose however I do notice there's no override for min-inline-size either. Perhaps:
I think that makes sense. If the calculation is expected, a --mod-* value to ensure we still have full control over the width without altering the height should cover the bases.
Aside: oy, it is hard to think outloud in logical properties. 🙃
spectrum-css/components/picker/index.css
Line 203 in f5262ea
Here we see
min-inline-size
set toblock-size
, is that expected?The text was updated successfully, but these errors were encountered: