Skip to content
Snippets Groups Projects
Commit 0544c4ed authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix issue boards sidebar alignment and sidebar toggle spec

parent 465316ec
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -298,12 +298,8 @@
 
.issue-boards-sidebar {
&.right-sidebar {
top: 153px;
top: 0;
bottom: 0;
@media (min-width: $screen-sm-min) {
top: 220px;
}
}
 
.issuable-sidebar-header {
Loading
Loading
Loading
Loading
@@ -54,7 +54,7 @@ describe 'Issue Boards', feature: true, js: true do
 
expect(page).to have_selector('.issue-boards-sidebar')
 
find('.gutter-toggle').click
find('.gutter-toggle').trigger('click')
 
expect(page).not_to have_selector('.issue-boards-sidebar')
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment