Skip to content

Commit cf3a8f3

Browse files
163 fix line wrapping of apply button in firefox (#164)
1 parent c0c2012 commit cf3a8f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/apply-link/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const StyledLink = styled.a`
2121
text-transform: uppercase;
2222
text-decoration-line: none;
2323
font-family: inherit;
24+
white-space: nowrap;
2425
2526
:hover {
2627
background: linear-gradient(

0 commit comments

Comments
 (0)