.kbnSearchOption__tagsList { display: inline-block; // Horizontally aligns the tag list to the 'Go to' badge when row is focused line-height: $euiFontSizeM !important; .kbnSearchOption__tagsListItem { display: inline-block; max-width: 80px; margin-right: $euiSizeS; } } .euiSelectableListItem-isFocused .kbnSearchOption__tagsList { margin-right: $euiSizeXS; border-right: $euiBorderThin; // Adds divider between the tag list and 'Go to' badge } @include euiBreakpoint('xs', 's') { .kbnSearchOption__tagsList { display: none; } } @include euiBreakpoint('m', 'l') { .kbnSearchBar { width: 400px; } } @include euiBreakpoint('xl') { .kbnSearchBar { width: 600px; } }