diff --git a/x-pack/plugins/uptime/public/components/overview/monitor_list/monitor_list_header.tsx b/x-pack/plugins/uptime/public/components/overview/monitor_list/monitor_list_header.tsx index 6247eef590f2d4..c37cf6a158e461 100644 --- a/x-pack/plugins/uptime/public/components/overview/monitor_list/monitor_list_header.tsx +++ b/x-pack/plugins/uptime/public/components/overview/monitor_list/monitor_list_header.tsx @@ -18,7 +18,7 @@ const TitleStyle = styled(EuiTitle)` const FlexGroupContainer = styled(EuiFlexGroup)` && { - @media only screen and (max-width: 574px) { + @media only screen and (max-width: 768px) { > :first-child { flex-basis: 40% !important; }