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 {