summaryrefslogtreecommitdiff
path: root/app/views/discussions
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 11:57:53 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 11:57:53 -0500
commit3ae87eef064b019ee7944595cb33741de8805d24 (patch)
treef8701749b86c71cbee07b98ba3380b873a762480 /app/views/discussions
parent917b7e0dd95fcf4f37abbab9f5e4ce40446d6e76 (diff)
downloadgitlab-ce-3ae87eef064b019ee7944595cb33741de8805d24.tar.gz
Replace .btn-group-justified with .btn-group.d-flex
Diffstat (limited to 'app/views/discussions')
-rw-r--r--app/views/discussions/_notes.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/discussions/_notes.html.haml b/app/views/discussions/_notes.html.haml
index 88126bce155..7b4c55da30f 100644
--- a/app/views/discussions/_notes.html.haml
+++ b/app/views/discussions/_notes.html.haml
@@ -22,7 +22,7 @@
- if discussion.potentially_resolvable?
- line_type = local_assigns.fetch(:line_type, nil)
- .btn-group-justified.discussion-with-resolve-btn{ role: "group" }
+ .btn-group.d-flex.discussion-with-resolve-btn{ role: "group" }
.btn-group{ role: "group" }
= link_to_reply_discussion(discussion, line_type)