overleaf/services/web/frontend/stylesheets/bootstrap-5/pages/editor/file-tree.scss

10 lines
181 B
SCSS
Raw Normal View History

.ide-react-file-tree-panel {
display: flex;
flex-direction: column;
// Prevent the file tree expanding beyond the boundary of the panel
.file-tree {
width: 100%;
}
}