Improving account grid cards layout for longer usernames and notes
This commit is contained in:
@ -5,4 +5,4 @@
|
||||
= link_to url_for_target(account) do
|
||||
%span.display_name= display_name(account)
|
||||
%span.username= "@#{account.acct}"
|
||||
%p.note= account.note
|
||||
%p.note= truncate(account.note, length: 124)
|
||||
|
Reference in New Issue
Block a user