|
|
|
|
|
by AdrianTP
2363 days ago
|
|
It renders fine for me in Firefox, but garbled in Chrome. Disabling this CSS rule "fixes" the layout for me in Chrome, without breaking anything obvious in Firefox: @media (min-width: 500px)
.calendar td, .calendar th {
max-width: 0;
} I'm not actually sure what benefit that rule provides in the first place, but I haven't done any serious CSS hacking in forever. |
|