Skip to content

Commit

Permalink
fix: remove margin auto from themeisle Woo tab
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Sep 4, 2024
1 parent e4c5a5b commit 9960edd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Modules/Promotions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,6 @@ public static function render_woo_tabs_css() {
content: url("data:image/svg+xml,%3Csvg fill='%23135e96' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='<?php echo esc_attr( $icon ); ?>'/%3E%3C/svg%3E") !important;
min-width: 13px;
max-width: 13px;
margin: auto;
}

.tisdk-suggestions_options.active a::before {
Expand Down

0 comments on commit 9960edd

Please sign in to comment.