Skip to content

Commit 4f3b2e9

Browse files
committed
Update P tag
1 parent 01c4bda commit 4f3b2e9

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/misc_elements.pdf

0 Bytes
Binary file not shown.

examples/random_content.pdf

-1 Bytes
Binary file not shown.

examples/styles.pdf

0 Bytes
Binary file not shown.

lib/prawn_html/tags/p.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ module Tags
55
class P < Tag
66
ELEMENTS = [:p].freeze
77

8-
MARGIN_BOTTOM = 6
9-
MARGIN_TOP = 6
8+
MARGIN_BOTTOM = 12.5
9+
MARGIN_TOP = 12.5
1010

1111
def block?
1212
true

0 commit comments

Comments
 (0)