mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Make margins consistent with col margins
This commit is contained in:
parent
01343b8419
commit
27fac4029c
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
.project-list-sidebar {
|
||||
flex-grow: 1;
|
||||
height: 100%;
|
||||
padding-left: @line-height-computed / 2;
|
||||
padding-right: @line-height-computed / 2;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.project-list-sidebar-v2-pane {
|
||||
|
|
Loading…
Reference in a new issue