Merge pull request #15686 from overleaf/td-ide-page-file-name-truncate

Make file name truncation work correctly in React IDE page file tree

GitOrigin-RevId: 8e8490be5ca7571a55c1ab2bea7590c54d004c21
This commit is contained in:
Tim Down 2023-11-13 10:53:10 +00:00 committed by Copybot
parent b37f48361d
commit 07345ae70d

View file

@ -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