Skip to content

Commit b1b1c1f

Browse files
authored
Merge pull request #33 from docusign/DEVDOCS-6403
DEVDOCS-6403
2 parents 0e7efee + e3bd99f commit b1b1c1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/SigningComplete.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ export const SigningComplete = () => {
5050
<button
5151
className="btn btn-success"
5252
style={{
53-
position: "fixed"
53+
position: "absolute",
54+
whiteSpace: "nowrap"
5455
}}
5556
>
5657
{t("SandboxButton")}
@@ -130,4 +131,4 @@ export const SigningComplete = () => {
130131
</div>
131132
</section>
132133
);
133-
};
134+
};

0 commit comments

Comments
 (0)