Skip to content

Commit

Permalink
fix(website): allow problems and log panel to reopen (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Feb 27, 2024
1 parent 0c27c4c commit 20797c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/client/components/EditorView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,8 @@ export default withPreferences(

const styles = StyleSheet.create({
panelContainer: {
display: 'flex',
flexDirection: 'column',
width: '100%',
height: '100%',
},
Expand Down

0 comments on commit 20797c8

Please sign in to comment.