Add bottom padding to userbox col in moderation view

As suggested by @pixeldesu
This commit is contained in:
Robin B 2020-05-31 03:48:07 +02:00 committed by Andreas Nedbal
parent c96ad5c77c
commit 19b754984e
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
#users
.row.row-cols-1.row-cols-sm-2.row-cols-md-3
- @users.each do |u, c|
.col
.col.pb-3
= render 'moderation/userbox', user: u, count: (c || 0)