Skip to content

Commit

Permalink
update button size (elastic#39051)
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Jun 17, 2019
1 parent 0ca094b commit 4e2fc62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const LargeNotesButton = pure<{ noteIds: string[]; text?: string; toggleShowNote
<EuiButton
data-test-subj="timeline-notes-button-large"
onClick={() => toggleShowNotes()}
size="l"
size="m"
>
<EuiFlexGroup alignItems="center" gutterSize="none" justifyContent="center">
<EuiFlexItem grow={false}>
Expand Down

0 comments on commit 4e2fc62

Please sign in to comment.