Skip to content

Commit 1a36973

Browse files
Remove any styles from code samples
1 parent 8afc47c commit 1a36973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-commerce/how-to-guides/product-bundles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Add the following to your product page template.
6767
{
6868
<li>
6969
<label>
70-
<input id="[email protected]" class="form-check-input me-1 align-middle" type="checkbox"
70+
<input id="[email protected]" type="checkbox"
7171
value="@item.GetProductReference()" name="bundleItemReferences[]" />
7272
<img src="@item.Image.GetCropUrl()" alt="@item.Name" />
7373
<h3>@item.Name</h3>

0 commit comments

Comments
 (0)