class Playbook::PbCard::CardBody

def body_flex_direction

def body_flex_direction
  if flex_direction.present?
    "flex_direction_#{flex_direction}"
  else
    ""
  end
end