Skip to content

Commit

Permalink
button table fix
Browse files Browse the repository at this point in the history
  • Loading branch information
picocodes committed Jan 2, 2025
1 parent b01afa6 commit dec10e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Emails/assets/js/email-editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-editor', 'wp-element', 'wp-format-library', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-preferences', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => 'e1298f7f40d0805a7086');
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-editor', 'wp-element', 'wp-format-library', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-preferences', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '6ae81294a444bf1752cd');
2 changes: 1 addition & 1 deletion build/Emails/assets/js/email-editor.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions templates/email-templates/noptin-visual/styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@
line-height: 100%;
}

table.noptin-button-block__wrapper table {
border-collapse: separate;
}

/**
* Collapse table borders to avoid space between cells.
*/
Expand Down

0 comments on commit dec10e4

Please sign in to comment.