Skip to content

Commit

Permalink
fix(lxd): Code snippet horizontal scrolling in certificate MAASENG-21…
Browse files Browse the repository at this point in the history
…45 (#5151)
  • Loading branch information
ndv99 committed Sep 8, 2023
1 parent 0b49454 commit c91b103
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ const CertificateDownload = ({
<div className="certificate-download">
<CodeSnippet
blocks={[
{ code: "lxc config trust add - <<EOF" },
{ code: certificate },
{ code: "EOF" },
{ code: `lxc config trust add - <<EOF\n\n${certificate}\nEOF` },
]}
className="u-no-margin--bottom"
data-testid={TestIds.CertCodeSnippet}
Expand Down

0 comments on commit c91b103

Please sign in to comment.