diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index e51823fc1..b22f9b757 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -127,7 +127,7 @@ module ApplicationHelper return if followable == DELETED_USER tag :button, # Yikes - class: "crayons-btn follow-action-button #{classes}", + class: "crayons-btn follow-action-button #{classes} whitespace-nowrap", data: { :info => { id: followable.id, className: followable.class.name, style: style }.to_json, "follow-action-button" => true