From 9feeaf4dcada67f6ea3319521fd2020eb710336e Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Wed, 24 Jan 2018 15:35:34 +0100 Subject: [PATCH] Add padding to flagged user --- .../coral-admin/src/routes/Community/components/FlaggedUser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-admin/src/routes/Community/components/FlaggedUser.css b/client/coral-admin/src/routes/Community/components/FlaggedUser.css index 75a91ce29..436f7307d 100644 --- a/client/coral-admin/src/routes/Community/components/FlaggedUser.css +++ b/client/coral-admin/src/routes/Community/components/FlaggedUser.css @@ -10,7 +10,7 @@ margin: 0 auto; position: relative; transition: background 200ms, box-shadow 200ms, margin-bottom 200ms; - padding: 10px 0 0; + padding: 10px 0 10px; min-height: 220px; &:hover {