Add bottom padding to userbox col in show_follow haml

This commit is contained in:
Robin B 2020-05-31 03:33:03 +02:00 committed by Andreas Nedbal
parent a7d66f1e01
commit c96ad5c77c
1 changed files with 1 additions and 1 deletions

View File

@ -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