Commit e2ea3e5c authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett Committed by Annabel Dunstone Gray

Resolve "Unable to access edit comment from dropdown menu in certain screen sizes"

parent ccf034d6
...@@ -473,7 +473,7 @@ ul.notes { ...@@ -473,7 +473,7 @@ ul.notes {
} }
.more-actions { .more-actions {
display: inline; display: inline-block;
.tooltip { .tooltip {
white-space: nowrap; white-space: nowrap;
......
...@@ -33,6 +33,7 @@ describe 'Comments on personal snippets', :js, feature: true do ...@@ -33,6 +33,7 @@ describe 'Comments on personal snippets', :js, feature: true do
expect(page).to have_selector('.note-emoji-button') expect(page).to have_selector('.note-emoji-button')
end end
find('body').click # close dropdown
open_more_actions_dropdown(snippet_notes[1]) open_more_actions_dropdown(snippet_notes[1])
page.within("#notes-list li#note_#{snippet_notes[1].id}") do page.within("#notes-list li#note_#{snippet_notes[1].id}") do
......
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