class Playbook::PbCard::Card

def body_flex_grow

def body_flex_grow
  if flex_grow.present?
    "flex_grow_#{flex_grow}"
  else
    ""
  end
end