diff --git a/x-pack/platform/plugins/shared/streams_app/public/components/stream_list_view/tree_table.tsx b/x-pack/platform/plugins/shared/streams_app/public/components/stream_list_view/tree_table.tsx index 7e930dd290d46..57fd5bc934a2c 100644 --- a/x-pack/platform/plugins/shared/streams_app/public/components/stream_list_view/tree_table.tsx +++ b/x-pack/platform/plugins/shared/streams_app/public/components/stream_list_view/tree_table.tsx @@ -53,9 +53,8 @@ import { import { DiscoverBadgeButton } from '../stream_badges'; const datePickerStyle = css` - .euiFormControlLayout { - height: 40px; - } + .euiFormControlLayout, + .euiSuperDatePicker button, .euiButton { height: 40px; }