Skip to content

Commit

Permalink
Adjust text spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange committed Mar 20, 2024
1 parent 709cfd0 commit f7acef0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -228,8 +228,6 @@
echo '<div id=' . esc_attr( $method->id ) . '-description class="wc-shipping-zone-method-input-help-text"><span>' . wp_kses_post( wpautop( $method->get_method_description() ) ) . '</span></div>';
}

echo '</div>';

if ( CartCheckoutUtils::is_checkout_block_default() ) {
echo '<p class="wc-shipping-legacy-local-pickup-help-text-container">';

Expand Down Expand Up @@ -257,6 +255,8 @@
echo '</p>';
}

echo '</div>';

?>
</fieldset>
</form>
Expand Down

0 comments on commit f7acef0

Please sign in to comment.