From 3ae87eef064b019ee7944595cb33741de8805d24 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 9 Apr 2018 11:57:53 -0500 Subject: Replace .btn-group-justified with .btn-group.d-flex --- app/views/discussions/_notes.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/discussions/_notes.html.haml') 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) -- cgit v1.2.3