stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.07k stars 158 forks source link

Styling getting overridden? #126

Closed CalvinChhour closed 2 years ago

CalvinChhour commented 2 years ago

Hi!

Love the component first of all, thanks for your time and energy in this project!

So I am running into an issue where the styling of my Text components composed within a VerticalTimelineElement loses its styling.

For example, I grab the code that forms this from the demo: image

and mine turns out more like this: image

notice the header elements lose their header styling.

Any idea what is going on?

code snippet ```javascript Second title First title Third title

Creative Director

Miami, FL

Creative Direction, User Experience, Visual Design, Project Management, Team Leading

Art Director

San Francisco, CA

Creative Direction, User Experience, Visual Design, SEO, Online Marketing

```
stephane-monnot commented 2 years ago

did you find a fix ?