refactor: removing option "overflow => ellipsis" as it is no longer supported

pull/6827/head
Jens Ulferts 14 years ago
parent 8b07562500
commit b0f7927ed6
  1. 1
      lib/taskboard_card/card_area.rb

@ -62,7 +62,6 @@ module TaskboardCard
end
opts = {:width => pdf.bounds.width,
:overflow => :ellipses,
:padding_bottom => 10,
:document => pdf}

Loading…
Cancel
Save