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

Ticked list does not indent when wrapped anymore #4696

Closed
anthonydillon opened this issue Mar 10, 2023 · 2 comments · Fixed by #4702
Closed

Ticked list does not indent when wrapped anymore #4696

anthonydillon opened this issue Mar 10, 2023 · 2 comments · Fixed by #4702
Labels

Comments

@anthonydillon
Copy link
Contributor

anthonydillon commented Mar 10, 2023

Describe the bug

Ticked list does not indent when wrapped anymore.

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://vanillaframework.io/docs/patterns/lists#ticked-with-horizontal-divider
  2. Edit the content of the list item to wrap

Expected behavior

The wrapped line should be indented as the first line.

Screenshots

image

Before (v3.11.1) After (v3.12.1)
image image
@lyubomir-popov
Copy link
Contributor

@ClementChaumel didn't we fix this? I remember we discussed it when we talked about the inline-block / overflow:auto technique

@bartaz
Copy link
Member

bartaz commented Mar 10, 2023

@ClementChaumel didn't we fix this? I remember we discussed it when we talked about the inline-block / overflow:auto technique

@lyubomir-popov I also think we looked at examples with wrapped lines, but must have been one of earlier versions… Theoverflow: auto won't work here I think, because there is no element on which this could be applied. Text is directly in <li> element, so is the bullet/tick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants