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

Remove timeline wrapper margin top and margin bottom #35

Closed xJkit closed 5 years ago

xJkit commented 5 years ago

Remove wired margin top and bottom around timeline container which causes some UI bugs with other DOM elements.

IMO, it should be customized by the developer πŸ˜„

codecov-io commented 5 years ago

Codecov Report

Merging #35 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   94.73%   94.73%           
=======================================
  Files           2        2           
  Lines          19       19           
  Branches        3        3           
=======================================
  Hits           18       18           
  Misses          1        1

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 95a69cc...6b1dff3. Read the comment docs.

stephane-monnot commented 5 years ago

Thank you !