Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button nowrap #1063

Closed
tim-white-esri opened this issue Feb 12, 2019 · 1 comment
Closed

Button nowrap #1063

tim-white-esri opened this issue Feb 12, 2019 · 1 comment

Comments

@tim-white-esri
Copy link

tim-white-esri commented Feb 12, 2019

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:
btn-white-space-nowrap

nowrap output on mobile:
button-nowrap

Removing nowrap:
button-wrap

@paulcpederson paulcpederson added this to To do in v1.2.5 Feb 12, 2019
@paulcpederson paulcpederson moved this from To do to In progress in v1.2.5 Feb 23, 2019
@paulcpederson paulcpederson moved this from In progress to Done in v1.2.5 Feb 23, 2019
paulcpederson added a commit to paulcpederson/calcite-web that referenced this issue Feb 25, 2019
@paulcpederson
Copy link
Member

addressed in 1.2.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v1.2.5
  
Done
Development

No branches or pull requests

2 participants