mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Add label max width
This commit is contained in:
parent
c66f531adb
commit
9537968110
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ export const FilterView: FC<Props> = ({
|
|||
onClickAriaLabel={i18n.translate('data.filter.filterBar.filterItemBadgeAriaLabel', {
|
||||
defaultMessage: 'Filter actions',
|
||||
})}
|
||||
style={{ maxWidth: 200 }}
|
||||
{...rest}
|
||||
>
|
||||
<span ref={ref}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue