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
The .button class uses white-space: nowrap; which causes buttons not to wrap within mobile viewports. This should be changed to white-space: normal; so that long text in a button doesn't break the layout.
The text was updated successfully, but these errors were encountered:
The .button class uses
white-space: nowrap;
which causes buttons not to wrap within mobile viewports. This should be changed towhite-space: normal;
so that long text in a button doesn't break the layout.The text was updated successfully, but these errors were encountered: