Skip to content

Commit

Permalink
fix: uninstall feedback popup placement [#61]
Browse files Browse the repository at this point in the history
  • Loading branch information
abaicus committed Aug 5, 2019
1 parent 5bda4bd commit 1102d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/Uninstall_feedback.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ private function add_feedback_popup_style() { ?>
display: block;
}

tr[data-slug="<?php echo $this->product->get_slug(); ?>"] .deactivate {
tr[data-plugin^="<?php echo $this->product->get_slug(); ?>"] .deactivate {
position: relative;
}

Expand Down

0 comments on commit 1102d6c

Please sign in to comment.