Skip to content

Commit

Permalink
move to external css
Browse files Browse the repository at this point in the history
  • Loading branch information
Michail Yasonik committed Dec 8, 2020
1 parent 7e9c8fd commit 65ff3e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
.kbnSearchOption__tagsList {
display: inline;

.euiBadge__text {
max-width: 100px;
text-overflow: ellipsis;
}
}

//TODO add these overrides to EUI so that search behaves the same globally
.kbnSearchBar {
width: 400px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ const resultToOption = (

option.append = (
<ul
className="kbnSearchOption__tagsList"
aria-label={i18n.translate('xpack.globalSearchBar.searchBar.optionTagListAriaLabel', {
defaultMessage: 'Tags',
})}
style={{ display: 'inline' }}
>
{tagBadges}
</ul>
Expand Down

0 comments on commit 65ff3e8

Please sign in to comment.