Skip to content
Snippets Groups Projects
Commit f9a4bd62 authored by Bartłomiej Górnicki's avatar Bartłomiej Górnicki
Browse files

fix: prevent signup button text from wrapping

parent e8100239
No related branches found
No related tags found
2 merge requests!63chore: update master with latests fixes and features from develop,!62Resolve "Use non-breakable space for Sign Up "button""
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
padding: 0.6rem; padding: 0.6rem;
text-transform: none; text-transform: none;
margin: 0 0.75rem 0 .5rem; margin: 0 0.75rem 0 .5rem;
white-space: nowrap;
} }
&.Header__login-link { &.Header__login-link {
@extend .link; @extend .link;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment