Skip to content

Commit

Permalink
fix: check checkbox, not do navigation to link if content has link (#952
Browse files Browse the repository at this point in the history
)
  • Loading branch information
VitaliiDC8 authored Jun 4, 2024
1 parent 80f3cfa commit bba6426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sub-blocks/HubspotForm/HubspotForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ $block: '.#{$ns}hubspot-form';
.hs-form-checkbox-display {
position: relative;

span:not(.hs-form-required) {
> span:not(.hs-form-required) {
&:before {
content: '';
position: absolute;
Expand Down

0 comments on commit bba6426

Please sign in to comment.