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 .btn class has white-space: nowrap which causes issue on mobile. In instances with long CTA text (see example which is translated into Russian), the nowrap causes the button and text to overflow mobile screens.
Need to remove the white-space property to ensure mobile responds well. nowrap code in console:
nowrap output on mobile:
Removing nowrap:
The text was updated successfully, but these errors were encountered:
The
.btn
class haswhite-space: nowrap
which causes issue on mobile. In instances with long CTA text (see example which is translated into Russian), thenowrap
causes the button and text to overflow mobile screens.Need to remove the
white-space
property to ensure mobile responds well.nowrap
code in console:nowrap
output on mobile:Removing
nowrap
:The text was updated successfully, but these errors were encountered: