Skip to content

The checkbox of a task containing subtasks is misaligned #134

@raphj

Description

@raphj

The following XWiki syntax:

{{task reference="/Tasks/Task_39" status="InProgress"}}
A big task containing several subtask:

(% class="task-list" %)
(((
 

{{task reference="/Tasks/Task_40" status="InProgress"}}
a first subtask
{{/task}}

{{task reference="/Tasks/Task_41" status="InProgress"}}
a second subtask
{{/task}}

{{task reference="/Tasks/Task_42" status="InProgress"}}
a third subtask
{{/task}}
)))
{{/task}}

is rendered as:

image

expected:

image

That is:

  • important: the checkbox should be aligned with the first line
  • nice to have: the first subtask should be closer to the first task
  • idea: think about the left margin of the subtask, but it's probably already good as is

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions