Skip to content

Commit 11db9fd

Browse files
author
Sarah Thompson
authored
Merge pull request #2153 from veteransaffairscanada/develop
Develop to master
2 parents bf5f3cf + 45ae8c6 commit 11db9fd

File tree

2 files changed

+64
-127
lines changed

2 files changed

+64
-127
lines changed

components/learn_more_button.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const LearnMoreButton = props => {
3737
logEvent("Exit", "learn more", url);
3838
}}
3939
>
40-
<Button arrow={false} tabIndex="-1">
40+
<Button arrow={false} tabIndex="-1" mobileFullWidth={true}>
4141
{t("Find out more")}
4242
</Button>
4343
</a>

0 commit comments

Comments
 (0)