From 9952a5592f1106f635273cc7f2078e9e989cf091 Mon Sep 17 00:00:00 2001 From: alirezaghey <26653424+alirezaghey@users.noreply.github.com> Date: Fri, 2 Jul 2021 12:18:50 +0000 Subject: [PATCH] fix: remove wrong css rule (#42715) --- client/src/components/profile/components/portfolio.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/src/components/profile/components/portfolio.css b/client/src/components/profile/components/portfolio.css index fe55da20a6..86b3a30871 100644 --- a/client/src/components/profile/components/portfolio.css +++ b/client/src/components/profile/components/portfolio.css @@ -7,10 +7,6 @@ min-width: 150px; } -.media { - word-break: break-all; -} - /* Timeline pagination */ .timeline-pagination_list { list-style: none;