Prevent text overflow of follow button (#12422)
This commit is contained in:
parent
dd0ee3dd72
commit
b13c76f405
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue