Skip to content
Snippets Groups Projects

Issue #3512732 by grimreaper, laetitia_al: Actions buttons: add space between

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -21,6 +21,7 @@ class ElementProcessActions {
// Change links into buttons.
foreach ($element_object->children() as $child) {
$child->addClass('me-2');
if (!$child->isType('link')) {
continue;
}
Loading