Skip to content

Commit

Permalink
Add back missing classname
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Jul 24, 2024
1 parent 809cd30 commit d97752b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/pages/Editor/IDE/EditorPane/Explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const EditorPaneExplorer = () => {
? "1px solid var(--ads-v2-color-border)"
: null
}
className="relative"
className="relative ide-editor-left-pane__content"
flexDirection="column"
overflow="hidden"
width={
Expand Down

0 comments on commit d97752b

Please sign in to comment.