fix(core): list comment changes usage (#13036)

fix AF-2710

#### PR Dependency Tree


* **PR #13036** 👈

This tree was auto-generated by
[Charcoal](https://github.com/danerwilliams/charcoal)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Style**
* Limited the maximum width of the comment input container to 800 pixels
for improved layout consistency.

* **New Features**
* Enhanced comment change listings to include pagination information,
allowing users to navigate through comment changes more effectively.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: fengmk2 <fengmk2@gmail.com>
This commit is contained in:
Peng Xiao
2025-07-04 19:02:09 +08:00
committed by GitHub
parent 2f9a96f1c5
commit 1452f77c85
4 changed files with 32 additions and 13 deletions
@@ -172,6 +172,7 @@ export const commentInputContainer = style({
justifyContent: 'flex-start',
gap: '4px',
paddingLeft: '8px',
maxWidth: '800px',
});
export const userName = style({