Skip to content

Commit

Permalink
fix: unnecessary grid viewport sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Oct 16, 2023
1 parent 93929a9 commit 9679d81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web-console/src/scenes/Result/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const Root = styled.div`

const Wrapper = styled(PaneWrapper)`
overflow: hidden;
width: calc(100vw - 4rem - 5.8rem - 4.5rem); /* substract both sidebars */
`

const Content = styled(PaneContent)`
Expand Down

0 comments on commit 9679d81

Please sign in to comment.