Commit bb3752c7 authored by Phil Hughes's avatar Phil Hughes

Fixed inconsistent spacing in web IDE sidebar

Closes #46162
parent 063b6b75
......@@ -84,7 +84,6 @@
.ide-new-btn {
display: none;
margin-right: -8px;
}
&:hover,
......@@ -116,7 +115,7 @@
display: flex;
overflow: visible;
align-items: center;
padding: 6px 12px;
padding: 6px $gl-padding;
}
.multi-file-loading-container {
......@@ -980,8 +979,8 @@
display: flex;
align-items: center;
padding: 10px 0;
margin-left: 10px;
margin-right: 10px;
margin-left: $gl-padding;
margin-right: $gl-padding;
border-bottom: 1px solid $white-dark;
.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