Make margins consistent with col margins

This commit is contained in:
James Allen 2018-03-20 14:46:15 +00:00
parent 01343b8419
commit 27fac4029c

View file

@ -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 {