You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using your cool project in mine, and I have encountered that because of my styles, yours ends up messed.
In departure-board.js, line 20 rowElement.className = 'row';
That creates a conflict with Bootstrap I think, I changed it to rowElement.className = 'departrow';
and now works well.
Just so you knew. Is it ok if I create a pull request for this or will you change it yourself?
Thank you :)
The text was updated successfully, but these errors were encountered:
Hello, I am using your cool project in mine, and I have encountered that because of my styles, yours ends up messed.
In departure-board.js, line 20
rowElement.className = 'row';
That creates a conflict with Bootstrap I think, I changed it to
rowElement.className = 'departrow';
and now works well.
Just so you knew. Is it ok if I create a pull request for this or will you change it yourself?
Thank you :)
The text was updated successfully, but these errors were encountered: