mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-04 17:32:01 -05:00
10 lines
181 B
SCSS
10 lines
181 B
SCSS
|
.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%;
|
||
|
}
|
||
|
}
|