Skip to content

Commit

Permalink
fixed: conflicting styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Apr 16, 2019
1 parent 856776b commit b82af95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/default/admin/administer_utilities/csv_exporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// add tab menu
echo elgg_view_menu('csv_exporter', [
'class' => 'elgg-menu-hz elgg-tabs',
'class' => 'elgg-tabs',
'sort_by' => 'priority',
]);

Expand Down
2 changes: 1 addition & 1 deletion views/default/resources/csv_exporter/group.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
$title = elgg_echo('csv_exporter:group:title', [$group->getDisplayName()]);

$filter = elgg_view_menu('csv_exporter_group', [
'class' => 'elgg-menu-hz elgg-tabs',
'class' => 'elgg-tabs',
'sort_by' => 'priority',
'entity' => $group,
'selected' => $selected,
Expand Down

0 comments on commit b82af95

Please sign in to comment.