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
As we expand internationalization support in our component library, we may find situations which our current designs do not account for. As an example, a button which has a specific width/padding which was designed for English text in a specific font and size may result in a poor design once the language changes. The text may overflow, the layout of the button may be disrupted, etc.
Acceptance criteria
Create a list of design patterns to avoid/be aware of
The text was updated successfully, but these errors were encountered:
Description
As we expand internationalization support in our component library, we may find situations which our current designs do not account for. As an example, a button which has a specific width/padding which was designed for English text in a specific font and size may result in a poor design once the language changes. The text may overflow, the layout of the button may be disrupted, etc.
Acceptance criteria
The text was updated successfully, but these errors were encountered: