Skip to content

Commit

Permalink
Set width of statubar inner div to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhane committed May 27, 2017
1 parent 5937457 commit c3a67ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/modules/Stream/styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ export const StyledStatsBar = styled.div`
white-space: nowrap;
overflow: hidden;
padding-left: 24px;
width: 100%;
`

export const StyledSchemaBody = styled(StyledPreformattedArea)`
Expand Down

0 comments on commit c3a67ea

Please sign in to comment.