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 set space between timeline and title? #487

Open
hioak opened this issue Apr 2, 2024 · 0 comments
Open

How to set space between timeline and title? #487

hioak opened this issue Apr 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hioak
Copy link

hioak commented Apr 2, 2024

The space between timeline and title is too large, how to change it?

const items = [
          {
              title: 'Item 1',
              cardTitle: 'Card 1',
              cardSubtitle: 'Subtitle 1',
              cardDetailedText: 'Detailed text 1'
          },
          {
              title: 'Item 2',
              cardTitle: 'Card 2',
              cardSubtitle: 'Subtitle 2',
              cardDetailedText: 'Detailed text 2'
          }
      ];
  
  <Chrono items={items} mode="HORIZONTAL" cardLess={true} disableToolbar={true} />
@hioak hioak changed the title How to set timeline item height? How to set space between timeline and title? Apr 3, 2024
@prabhuignoto prabhuignoto self-assigned this Apr 26, 2024
@prabhuignoto prabhuignoto added the enhancement New feature or request label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants