stephane-monnot / react-vertical-timeline

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

Can we make the date time on the left side of line #34

Closed ShuhaoWang-AI closed 5 years ago

ShuhaoWang-AI commented 5 years ago

Can we make the date time on the left side of line

stephane-monnot commented 5 years ago

With some css, yes. For example, you can update position of .vertical-timeline-element-date :

.vertical-timeline--two-columns .vertical-timeline-element-content .vertical-timeline-element-date {
    position: initial;
}