mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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:
parent
b37f48361d
commit
07345ae70d
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue