From 56793d6853ff6200bafdaac1e6f82d7153819a54 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 2 Oct 2017 15:14:07 -0400 Subject: [PATCH] FIX: Better flagging CSS on mobile --- .../stylesheets/common/admin/flagging.scss | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/app/assets/stylesheets/common/admin/flagging.scss b/app/assets/stylesheets/common/admin/flagging.scss index f16de2bd974..b2a416691b4 100644 --- a/app/assets/stylesheets/common/admin/flagging.scss +++ b/app/assets/stylesheets/common/admin/flagging.scss @@ -194,21 +194,9 @@ .mobile-view { .flagged-posts { - .flagged-post-details { - flex-wrap: wrap; - justify-content: flex-start; - - .flagged-post-avatar { - margin-right: 10px; - } - - .flagged-post-excerpt { - width: 70%; - } - - .flaggers { - margin-left: 4em; - margin-bottom: 1em; + .flagged-post { + .flag-user-lists { + display: block; } } }