class Playbook::PbTooltip::Tooltip

def remove_height_properties(combined_html_options_style)

def remove_height_properties(combined_html_options_style)
  return nil if combined_html_options_style.nil?
  combined_html_options_style.gsub(/\s*(height|min-height|max-height)\s*:[^;]*;?\s*/, "")
                             .strip
                             .presence
end