From 096e8e5412691817a95865d640a0ac91ea799db9 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Tue, 14 Mar 2023 10:19:30 +0100 Subject: [PATCH] fix: Fix Numbered list not displayed in Tasks - MEED-1947 - Meeds-io/meeds#803 (#178) --- webapps/src/main/webapp/skin/css/tasks.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapps/src/main/webapp/skin/css/tasks.less b/webapps/src/main/webapp/skin/css/tasks.less index 026a076c9..70cc0aaaf 100644 --- a/webapps/src/main/webapp/skin/css/tasks.less +++ b/webapps/src/main/webapp/skin/css/tasks.less @@ -1611,9 +1611,9 @@ } } } -.TaskCommentItem .commentBody .taskContentComment ul li { +.TaskCommentItem .commentBody .taskContentComment li { list-style-position: inside; - list-style-type: disc; + list-style-type: inherit; } .projectAndTasksContainer { .noTasksProject { @@ -2598,9 +2598,9 @@ .taskDescription { position: relative; - ul li { + li { list-style-position: inside; - list-style-type: disc; + list-style-type: inherit; } .taskDescriptionToShow { &:focus {