Skip to content

Commit b0e768b

Browse files
authored
Merge pull request #1688 from gethinode/templatev2
fix: do not apply component padding to section layout
2 parents 1eb2ac1 + 5165b53 commit b0e768b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

component-library/helpers/component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
{{- $class := index . 2 | default "p-0" -}}
1717
{{- $bgclass := index . 3 | default "" -}}
1818
{{- $padding := partial "utilities/GetPadding.html" -}}
19-
{{- with index $component_props "padding" }}{{ $padding = dict "x" . "y" . }}{{ end -}}
2019
{{- $component_path := partial "_bookshop/helpers/component_key" $component_name -}}
2120
{{- $flat_component_path := partial "_bookshop/helpers/flat_component_key" $component_name -}}
2221

0 commit comments

Comments
 (0)