diff --git a/x-pack/plugins/saved_objects_tagging/public/management/components/_action_bar.scss b/x-pack/plugins/saved_objects_tagging/public/management/components/_action_bar.scss index 1efd42318dad3..6858e70e49e8f 100644 --- a/x-pack/plugins/saved_objects_tagging/public/management/components/_action_bar.scss +++ b/x-pack/plugins/saved_objects_tagging/public/management/components/_action_bar.scss @@ -2,6 +2,11 @@ display: none; } +.tagMgt__actionBarDivider { + height: $euiSize; + border-right: $euiBorderThin; +} + .tagMgt__actionBar { border-bottom: $euiBorderThin; padding-bottom: $euiSizeS; diff --git a/x-pack/plugins/saved_objects_tagging/public/management/components/action_bar.tsx b/x-pack/plugins/saved_objects_tagging/public/management/components/action_bar.tsx index 5429aa5bf2a73..15d8f155f6246 100644 --- a/x-pack/plugins/saved_objects_tagging/public/management/components/action_bar.tsx +++ b/x-pack/plugins/saved_objects_tagging/public/management/components/action_bar.tsx @@ -70,7 +70,7 @@ export const ActionBar: FC = ({ return (
- + = ({ {selectedCount > 0 && ( - - - - - - - - } - > - - - + <> + +
+ + + + + + + + + } + > + + + + )}