Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: When the number of ordered-lists exceeds 1000, the text area overflows. #5791

Closed
1 task done
YiXu0001 opened this issue Oct 31, 2024 · 1 comment
Closed
1 task done
Labels
Category: Open Source The issue or pull reuqest is related to the open source packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug

Comments

@YiXu0001
Copy link

Affected Packages

"@tiptap/core": "2.0.0-beta.182", "@tiptap/react": "2.0.0-beta.114", "@tiptap/starter-kit": "2.0.0-beta.190", "react": "18.2.0", "react-dom": "18.0.0", "react-scripts": "4.0.0", "tiptap": "1.32.2"

Version(s)

2.0.0-beta.114

Bug Description

Due to the padding left setting of the order list, when the sequence number exceeds 1000, the leftmost number will be blocked. Is it possible to

What’s the bug you are facing?

image

How can we reproduce the bug on our side?

The order list starts at 1000

Browser Used

Chrome

Code Example URL

https://codesandbox.io/p/sandbox/sweet-lichterman-om9848

Expected Behavior

You can provide an order list in the following styles:

image

Additional Context (Optional)

No response

Dependency Updates

  • Yes, I've updated all my dependencies.
@YiXu0001 YiXu0001 added Category: Open Source The issue or pull reuqest is related to the open source packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug labels Oct 31, 2024
@nperez0111
Copy link

nperez0111 commented Oct 31, 2024

Tiptap is headless. Any styling is up to you

@guarmo guarmo closed this as completed Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Open Source The issue or pull reuqest is related to the open source packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug
Projects
None yet
Development

No branches or pull requests

3 participants