Skip to content

Commit

Permalink
Merge pull request #251 from creative-commoners/pulls/3.0/enable-hist…
Browse files Browse the repository at this point in the history
…ory-ui-patch

FIX push element history revert button to bottom of page
  • Loading branch information
robbieaverill authored Jul 3, 2018
2 parents 621faf3 + 1140626 commit 2a60407
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Models/BaseElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ public function getCMSFields()
$historyViewer = HistoryViewerField::create('ElementHistory');
$fields->addFieldToTab('Root.History', $historyViewer);

$fields->fieldByName('Root.History')->addExtraClass('elemental-block__history-tab');
$fields->fieldByName('Root.History')
->addExtraClass('elemental-block__history-tab tab--history-viewer');
}
});

Expand Down

0 comments on commit 2a60407

Please sign in to comment.