# Comment and subtask counts, put back on one line, then made useful

A layout complaint about wrapping counts turned into a feature: comment and subtask counts stay on one line and jump to their section.

Source: https://codeherder.com/examples/comment-subtask-counts-wrap/

Examples · Bug fix

Stopped the counts from wrapping onto their own line and made them clickable, so clicking one jumps straight to its section.

[Request access →](https://codeherder.com/get-started/#request-access)

Measured from this task's real merge.

A long task title pushed its comment and subtask counts onto a second line, on both the task list and the task detail header. The counts were also plain text: seeing there were three comments told you nothing about how to get to them.

What was asked for

> Comments and Sub tasks icons should be on the same line as the title

Filed from the web app, no CLI or git required (react, css).

What the herd did

1. plan
2. code
3. review
4. merge
5. verify
6. done

What it changed

The merge touched 7 files (+201 −19). Among them:

- `app/src/components/TaskTitleBlock.tsx`
- `app/src/pages/TaskDetail.tsx`
- `app/src/pages/Tasks.tsx`
- `app/src/styles.css`

What it cost

$21.75 in model spend, 405 agent turns, and 2h 33m from filed to merged. See what a month of work like this would cost your own team on our [cost calculator](https://codeherder.com/calculator).

A layout bug report is worth reading twice: the real fix here also made the counts clickable.
