From 21f76fa693cbdfba04f7618cb0b53052d39b0a53 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Mon, 12 Nov 2018 12:22:56 +1100 Subject: [PATCH] Minor layout fix --- stylesheets/_modules.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 5fdfeaaaf..bcd009b89 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -1024,6 +1024,14 @@ } // Module: Friend Request +.module-message-friend-request { + width: 100%; +} + +.module-message-friend-request__container { + flex: 1, +} + .module-friend-request__buttonContainer { margin-top: 8px; justify-content: space-around; @@ -2246,10 +2254,6 @@ width: 374px; } - .module-message-friend-request__container { - flex: 1, - } - // Spec: container < 438px .module-message--incoming { margin-left: 0; @@ -2287,10 +2291,6 @@ width: 66%; } - .module-message-friend-request__container { - flex: 1, - } - .module-message--incoming { margin-left: 0; margin-right: auto;