Skip to content

Commit

Permalink
Allow landing example button wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed May 3, 2024
1 parent 3f86dc2 commit ed1c7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/landing/elements/manifest-examples.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function CloudFormation ({ html }) {
</p>
<form class="flex gap0 text-1 font-semibold mbe2">
<form class="flex flex-wrap gap0 text-1 font-semibold mbe2">
<label class="inline-flex align-items-center gap-4 pi0 pb-4">
<input type="radio" name="demo" value="hello-world" checked />
Hello world
Expand Down

0 comments on commit ed1c7ea

Please sign in to comment.