From fcfc5999fe8899194fbc3fce2debd5e3788f3417 Mon Sep 17 00:00:00 2001 From: James Champ Date: Tue, 7 Dec 2021 19:09:38 -0500 Subject: [PATCH] Adjust overflow on parent element --- static/css/components/work.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/components/work.less b/static/css/components/work.less index e3b163a7783..c22fd0673f8 100644 --- a/static/css/components/work.less +++ b/static/css/components/work.less @@ -29,7 +29,7 @@ // Center (editionAbout) div.editionAbout { margin-bottom: 20px; - overflow: hidden; + p { margin: 1em 0; font-size: 13px;