Skip to content

Commit

Permalink
Drop the .pane styling for Template UI element errors
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Sep 5, 2024
1 parent 8f049c9 commit 9c55da0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/fieldlayoutelements/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ private function _error(string $error, string $errorClass): string
'class' => $errorClass,
]);

return Html::tag('div', $content, [
'class' => 'pane',
]);
return Html::tag('div', $content);
}
}

0 comments on commit 9c55da0

Please sign in to comment.