issues
search
stephane-monnot
/
react-vertical-timeline
Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.09k
stars
161
forks
source link
#173 img or other elements not centered, only svg centered
#174
Open
25zeeshan
opened
10 months ago
25zeeshan
commented
10 months ago
173 fixed.
svg
replaced with
*
so whatever element passed in icon props of
VerticalTimelineElement
, it will be centered.
173 fixed.
svg
replaced with*
so whatever element passed in icon props of VerticalTimelineElement, it will be centered.