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

how to customize width of the element #176

Open
EvgenKozoriz opened this issue Feb 6, 2024 · 1 comment
Open

how to customize width of the element #176

EvgenKozoriz opened this issue Feb 6, 2024 · 1 comment

Comments

@EvgenKozoriz
Copy link

I have a problem with word wrapping when I have no many symbols or I don't know what
I have 2 same code components
I have a nice width
the second one has problems with margins and width of the component
I tried to add width but it broke all
I tried to add no-wrap to the text but the text was outside the component
image psd
image psd (1)

I'll be happy for helping)

@nkorobkin
Copy link

Try adding width in the parent of the vertical timeline component. Here is an example in tailwind:

<section className="w-full">
      <VerticalTimeline>
      </VerticalTimeline>
</section>

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

No branches or pull requests

2 participants