| Issue 2147: | Issue with events rendering since 1.6.2 because of line-height | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi there, I have a calendar with several events and for some of them the title can be quite long. Until v1.6.1 the events look good (see the attachment called "example_ok"), however since v1.6.2 they are messy (see the attachment called "example_ko"). I tried to reproduce it with Fiddle but I haven't been able to: http://jsfiddle.net/MGRqF/2/ The problem is due to this rule that I have in my CSS: body { line-height:1.231 } If I remove this declaration, or if I define #calendar{line-height:1} then it looks OK with >=1.6.2 ... So I don't know what you changed for v1.6.2 that could be related to that information ? Thanks
Jun 10, 2014
Your JSFiddle demo is missing the dropbox data-fullcalendar.js. Can you get that working again so I can reproduce? thanks a lot
Jun 10, 2014
As I said, I wasn't able to reproduce it in the Fiddle environment. But the fix seems simple: add .fc{line-height:1} in the CSS.
Since I did that, it fixed the problem.
Jun 11, 2014
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |
Labels: Type-Bug