I am using filtered HTML to display text in a node. In my options: Text Format, under Filtered HTML, I check "Convert line breaks into HTML (i.e. <br> and <p>)"

If user makes a new paragraph, two extra lines are displayed (see picture).

If I apply another theme like "Seven or Bartik" the text looks normal: there is only one extra line as expected.

CommentFileSizeAuthor
extra space corp clean.jpg40.36 KBcalefilm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

calefilm’s picture

Here's the fix:

In style.css I changed the bottom px in my margin to decrease the line height.

p { margin:0 0 15px 0; }

calefilm’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

edit