Commit 2c898966 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'fix-issue-details-row-emoji-block' into 'master'

Issue view: Make room for all buttons

See merge request gitlab-org/gitlab!30947
parents 2958e512 8e6b65d8
......@@ -86,9 +86,9 @@
.content-block.emoji-block.emoji-block-sticky
.row
.col-md-12.col-lg-6.js-noteable-awards
.col-md-12.col-lg-4.js-noteable-awards
= render 'award_emoji/awards_block', awardable: @issue, inline: true
.col-md-12.col-lg-6.new-branch-col
.col-md-12.col-lg-8.new-branch-col
#js-vue-sort-issue-discussions
#js-vue-discussion-filter{ data: { default_filter: current_user&.notes_filter_for(@issue), notes_filters: UserPreference.notes_filters.to_json } }
= render 'new_branch' if show_new_branch_button?
......
---
title: Fix layout in issue view, on large screen some buttons were misaligned
merge_request: 30947
author: Michele (macno) Azzolari
type: fixed
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