mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-04 07:45:03 -05:00
39b6b8baed
[web] Migrate the file outline styling from LESS to SCSS GitOrigin-RevId: 5e485b13a7358e5dcab2c75ee7d36a07e1401e26
9 lines
181 B
SCSS
9 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%;
|
|
}
|
|
}
|