StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
760 stars 414 forks source link

Headers Misalignment in the Scheduler #179

Open mounika-uni opened 4 years ago

mounika-uni commented 4 years ago

Can someone please help me with the below issue with styling.

Screen Shot 2020-01-22 at 4 11 48 PM

Headers and the event cells are not aligning properly as per the above image

marleywritescode commented 4 years ago

I have the same issue! It was driving me crazy. I fixed it by copying the css file to my react directory, and importing it instead of 'react-big-scheduler/lib/css/style.css'. In the section for table.scheduler-bg-table, simply add "table-layout: fixed" and you should be good.