1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 10:25:22 +02:00

css: use flex to fix floating paginate (#7656)

This commit is contained in:
Antoine GIRARD 2019-07-29 08:14:56 +02:00 committed by Lunny Xiao
parent 23e8cff08c
commit ed3d124552
2 changed files with 3 additions and 1 deletions

View file

@ -1971,6 +1971,8 @@
&.user-cards {
.list {
padding: 0;
display: flex;
flex-wrap: wrap;
.item {
list-style: none;