1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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

This commit is contained in:
Antoine GIRARD
2019-07-29 15:05:53 +02:00
committed by techknowlogick
parent d827b0bfb7
commit 1e6d2e47e9
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;