Commit 953e1de2 authored by Phil Hughes's avatar Phil Hughes

changed padding in headers

parent 3d80fae5
...@@ -502,7 +502,7 @@ ...@@ -502,7 +502,7 @@
align-items: center; align-items: center;
margin-bottom: 0; margin-bottom: 0;
border-bottom: 1px solid $white-dark; border-bottom: 1px solid $white-dark;
padding: $grid-size 0; padding: 12px 0;
} }
.multi-file-commit-panel-header-title { .multi-file-commit-panel-header-title {
...@@ -995,7 +995,7 @@ ...@@ -995,7 +995,7 @@
.ide-tree-header { .ide-tree-header {
display: flex; display: flex;
align-items: center; align-items: center;
padding: 10px 0; padding: 12px 0;
border-bottom: 1px solid $white-dark; border-bottom: 1px solid $white-dark;
.ide-new-btn { .ide-new-btn {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment