Module:ED intro: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
Tristanbay (talk | contribs)
gave ED intro a nonzero minimum width so it isn't pulverized by the infobox on mobile
Line 290: Line 290:
return ed_compare_text
return ed_compare_text
end
-- Paragraph style function
function style()
return "<p style=\"min-width:15em;\"></p>"
end
end