Commit 8673a2ca authored by Phil Hughes's avatar Phil Hughes

fixed weird 1px white space at top of sidebar

fixed create_directory_spec.rb
parent d3e007d2
...@@ -775,6 +775,9 @@ ...@@ -775,6 +775,9 @@
} }
&.active { &.active {
// extend width over border of sidebar section
width: calc(100% + 1px);
padding-right: $gl-padding + 1px;
background-color: $white-light; background-color: $white-light;
border-top-color: $white-dark; border-top-color: $white-dark;
border-bottom-color: $white-dark; border-bottom-color: $white-dark;
......
...@@ -50,6 +50,8 @@ feature 'Multi-file editor new directory', :js do ...@@ -50,6 +50,8 @@ feature 'Multi-file editor new directory', :js do
click_button('Commit') click_button('Commit')
find('.js-ide-edit-mode').click
expect(page).to have_content('folder name') expect(page).to have_content('folder name')
end end
end end
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