Skip to content

Commit

Permalink
fix: Fix Numbered list not displayed in Tasks - MEED-1947 - Meeds-io/…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and exo-swf committed Mar 16, 2023
1 parent f15f4de commit 096e8e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webapps/src/main/webapp/skin/css/tasks.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -2598,9 +2598,9 @@
.taskDescription {
position: relative;

ul li {
li {
list-style-position: inside;
list-style-type: disc;
list-style-type: inherit;
}
.taskDescriptionToShow {
&:focus {
Expand Down

0 comments on commit 096e8e5

Please sign in to comment.