From e6b5ef24eb9bad498a26660589fd42c03387a544 Mon Sep 17 00:00:00 2001 From: Mary Kate Date: Mon, 10 Aug 2020 15:20:09 -0500 Subject: [PATCH] list markdown hotfix --- app/styles/components/status.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/components/status.scss b/app/styles/components/status.scss index 7885f94c7..3895f4873 100644 --- a/app/styles/components/status.scss +++ b/app/styles/components/status.scss @@ -24,6 +24,10 @@ list-style: disc inside none; } + li p { + display: inline-block; + } + ol { list-style: decimal inside none; }