mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 18:37:50 +01:00
Add bottom padding to userbox col in moderation view
As suggested by @pixeldesu
This commit is contained in:
parent
c96ad5c77c
commit
19b754984e
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
||||||
#users
|
#users
|
||||||
.row.row-cols-1.row-cols-sm-2.row-cols-md-3
|
.row.row-cols-1.row-cols-sm-2.row-cols-md-3
|
||||||
- @users.each do |u, c|
|
- @users.each do |u, c|
|
||||||
.col
|
.col.pb-3
|
||||||
= render 'moderation/userbox', user: u, count: (c || 0)
|
= render 'moderation/userbox', user: u, count: (c || 0)
|
||||||
|
|
Loading…
Reference in a new issue