mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 20:31:34 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user