Skip to content

Commit

Permalink
Removed unnecessary paragraph tags causing other buttons to become askew
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderwar authored Oct 25, 2017
1 parent 1d8d31e commit bc1a2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/GridField/GridFieldClearAllButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function getHTMLFragments($gridField)
->setForm($gridField->getForm());

return [
$this->targetFragment => '<p class="grid-clear-all-button">' . $button->Field() . '</p>'
$this->targetFragment => $button->Field()
];
}

Expand Down

0 comments on commit bc1a2b5

Please sign in to comment.