class Ariadne::UI::Button::Component

def trimmed_content

def trimmed_content
 if content.blank?
d_content = content.strip
 trimmed_content unless content.html_safe?
p unsets `html_safe`, so we have to set it back again to guarantee that HTML blocks won't break
d_content.html_safe