Skip to content

Commit bba6426

Browse files
authored
fix: check checkbox, not do navigation to link if content has link (#952)
1 parent 80f3cfa commit bba6426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sub-blocks/HubspotForm/HubspotForm.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ $block: '.#{$ns}hubspot-form';
175175
.hs-form-checkbox-display {
176176
position: relative;
177177

178-
span:not(.hs-form-required) {
178+
> span:not(.hs-form-required) {
179179
&:before {
180180
content: '';
181181
position: absolute;

0 commit comments

Comments
 (0)