From a9ba45419a55bf20752f65a1486694c44ce8b453 Mon Sep 17 00:00:00 2001 From: gabrielburnworth Date: Mon, 29 Jul 2019 10:52:18 -0700 Subject: [PATCH] minor css fix --- frontend/css/global.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/css/global.scss b/frontend/css/global.scss index d9bd52f18..06a6d257d 100644 --- a/frontend/css/global.scss +++ b/frontend/css/global.scss @@ -1029,6 +1029,14 @@ ul { line-height: 1.75rem; margin-bottom: 1rem; } + p { + display: block; + color: $dark_gray; + text-overflow: inherit; + overflow: inherit; + width: inherit; + white-space: inherit; + } } .tools-widget,