Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove table-condensed class from table element for each month #2162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cgunther
Copy link

@cgunther cgunther commented Nov 5, 2020

I suspect this was leftover from when Bootstrap was a dependency as it doesn't seem to be used by the library anywhere else.

If you happen to use this with Bootstrap < 4, it defines a table-condensed class which sets some padding on table cells, breaking the design, causing each calendar table to overflow it's container:
https://github.com/twbs/bootstrap/blob/v3.4.1/less/tables.less#L93-L104

This could be a breaking change if people customized their use of the library and relied on this class.

I suspect this was leftover from when Bootstrap was a dependency as it
doesn't seem to be used by the library anywhere else.

If you happen to use this with Bootstrap < 4, it defines a
`table-condensed` class which sets some padding on table cells, breaking
the design, causing each calendar table to overflow it's container.

This could be a breaking change if people customized their use of the
library and relied on this class.
@jjbutera
Copy link

jjbutera commented Jun 8, 2021

This should definitely be merged in. I made the exact change in my local file as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants