diff --git a/services/web/frontend/stylesheets/app/editor/ide-react.less b/services/web/frontend/stylesheets/app/editor/ide-react.less index d158d8a57e..dda69b3b33 100644 --- a/services/web/frontend/stylesheets/app/editor/ide-react.less +++ b/services/web/frontend/stylesheets/app/editor/ide-react.less @@ -120,6 +120,11 @@ .ide-react-file-tree-panel { display: flex; + + // Prevent the file tree expanding beyond the boundary of the panel + .file-tree { + width: 100%; + } } // Ensure an element with class "full-size", such as the binary file view, stays within the bounds of the panel