From 51e8035533425cf55c47474df3c6e271b515653a Mon Sep 17 00:00:00 2001 From: Mendel Konikov Date: Wed, 6 Feb 2019 11:40:51 -0500 Subject: [PATCH] Break word on long description Also fix font size --- .../src/routes/Community/components/FlaggedUser.css | 3 ++- 1 file changed, 2 insertions(+), 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 436f7307d..251a2df55 100644 --- a/client/coral-admin/src/routes/Community/components/FlaggedUser.css +++ b/client/coral-admin/src/routes/Community/components/FlaggedUser.css @@ -78,9 +78,10 @@ } .flaggedByReason { - font-size: 1tpx; + font-size: 14px; margin: 0px; line-height: 1.4; + word-break: break-word; }