From c3a67eaac3971212c5638211c5beff4a4ee335ac Mon Sep 17 00:00:00 2001 From: Oskar Hane Date: Sat, 27 May 2017 14:02:03 +0200 Subject: [PATCH] Set width of statubar inner div to 100% --- src/browser/modules/Stream/styled.jsx | 1 + 1 file changed, 1 insertion(+) 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)`