Commit 825336a6 authored by Mike Greiling's avatar Mike Greiling

Correct padding and line height on textarea

parent 46eef996
......@@ -309,7 +309,8 @@ table {
border-radius: $gl-border-radius-base;
width: 100%;
resize: none;
padding: $gl-padding-4 $gl-padding-12;
padding: $gl-padding-8 $gl-padding-12;
line-height: 1;
border-color: $border-color;
background-color: $white;
......
......@@ -192,7 +192,7 @@ RSpec.describe 'Merge request > User posts diff notes', :js do
it 'adds as discussion' do
should_allow_commenting(find('[id="6eb14e00385d2fb284765eb1cd8d420d33d63fc9_22_22"]'), asset_form_reset: false)
expect(page).to have_css('.notes_holder .note.note-discussion', count: 1)
expect(page).to have_css('.js-vue-discussion-reply')
expect(page).to have_field('Reply…')
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