From 354b29a6d9acab428fd74300d363317f82b2377e Mon Sep 17 00:00:00 2001 From: Ryan Keairns Date: Thu, 5 Sep 2019 12:58:48 -0500 Subject: [PATCH] vertical alignment and copy changes --- .../public/context/components/action_bar/action_bar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/legacy/core_plugins/kibana/public/context/components/action_bar/action_bar.tsx b/src/legacy/core_plugins/kibana/public/context/components/action_bar/action_bar.tsx index 707d26d8c4eaf..854f0c6ac7d5d 100644 --- a/src/legacy/core_plugins/kibana/public/context/components/action_bar/action_bar.tsx +++ b/src/legacy/core_plugins/kibana/public/context/components/action_bar/action_bar.tsx @@ -88,7 +88,7 @@ export function ActionBar({ iconType={type === 'predecessor' ? 'arrowUp' : 'arrowDown'} isLoading={isLoading} onClick={onLoadMoreClick} - size="s" + flush="right" > @@ -122,12 +122,12 @@ export function ActionBar({ {type === 'successor' ? ( ) : ( )}