From 495465e865764adc7f34ce28166380ef2d26bafc Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Tue, 17 Oct 2017 11:59:16 +0100 Subject: [PATCH] Put invite accept/decline buttons in correct div to align them to the right --- src/components/structures/GroupView.js | 30 ++++++++++++++------------ 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index c9cc375563..38bd1a5f43 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -739,20 +739,22 @@ export default React.createClass({ } return
-
- { _t("%(inviter)s has invited you to join this group", {inviter: group.inviter.userId}) } -
-
- - { _t("Accept") } - - - { _t("Decline") } - +
+
+ { _t("%(inviter)s has invited you to join this group", {inviter: group.inviter.userId}) } +
+
+ + { _t("Accept") } + + + { _t("Decline") } + +
; } else if (group.myMembership === 'join') {