Add bottom padding to userbox col in show_follow haml
This commit is contained in:
parent
a7d66f1e01
commit
c96ad5c77c
|
@ -1,6 +1,6 @@
|
|||
.row.row-cols-1.row-cols-sm-2.row-cols-md-3#users
|
||||
- @users.each do |user|
|
||||
.col
|
||||
.col.pb-3
|
||||
= render 'shared/userbox', user: user, type: @type
|
||||
|
||||
= render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @users_last_id
|
||||
|
|
Loading…
Reference in New Issue