fixed weird 1px white space at top of sidebar
fixed create_directory_spec.rb
This commit is contained in:
parent
d3e007d26d
commit
8673a2cae1
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue