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
feat(alertbanner): use width token for max-width instead of width (#2762)
The alert banner now occupies all available space until it reaches the
maximum allowed width. By default it will no longer cut off in viewports
smaller than the width token.
The token --spectrum-alert-banner-width was previously used as the
width, as it was shown in the design specs. Per a discussion with
design, this had been intended as a max-width, to prevent having alert
banners that are too wide and hard to read.
0 commit comments