diff --git a/src/browser/modules/Stream/styled.jsx b/src/browser/modules/Stream/styled.jsx index 7c6fb872db9..225e9c38da9 100644 --- a/src/browser/modules/Stream/styled.jsx +++ b/src/browser/modules/Stream/styled.jsx @@ -251,6 +251,7 @@ export const StyledStatsBar = styled.div` white-space: nowrap; overflow: hidden; padding-left: 24px; + width: 100%; ` export const StyledSchemaBody = styled(StyledPreformattedArea)`