Skip to content

Commit

Permalink
👌 Integrate suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Jun 26, 2020
1 parent effd662 commit 5a35009
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/discover/public/application/_discover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ discover-app {

.dscSkipButton {
position: absolute;
right: $euiSizeXS;
right: $euiSizeM;
top: $euiSizeXS;
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export function SkipBottomButton({ onClick }: SkipBottomButtonProps) {
<I18nProvider>
<EuiSkipLink
size="s"
iconType="arrowDown"
// @ts-ignore
onClick={(event) => {
// prevent the anchor to reload the page on click
Expand Down

0 comments on commit 5a35009

Please sign in to comment.