From f3893effbe881cd1d67e0fcdff3d394e124c531a Mon Sep 17 00:00:00 2001 From: Sean King Date: Sun, 9 Aug 2020 22:27:55 -0600 Subject: [PATCH] Fix bullet point css issue --- app/styles/components/status.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/components/status.scss b/app/styles/components/status.scss index 7885f94c7..90b5baf51 100644 --- a/app/styles/components/status.scss +++ b/app/styles/components/status.scss @@ -367,6 +367,7 @@ p { margin-bottom: 20px; white-space: pre-wrap; + display: inline-block; &:last-child { margin-bottom: 2px;