My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
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
Status:  Done
Owner:  ----
Closed:  Jun 2014


Sign in to add a comment
 
Reported by aymericd...@gmail.com, May 9, 2014
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
example_ok.png
28.9 KB   View   Download
example_ko.png
28.9 KB   View   Download
Jun 7, 2014
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Reproducing
Labels: Type-Bug
Jun 10, 2014
Project Member #2 adamrs...@gmail.com
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
#3 aymericd...@gmail.com
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
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done
Sign in to add a comment

Powered by Google Project Hosting