mirror of
https://github.com/go-gitea/gitea
synced 2025-08-01 23:28:36 +00:00
css: use flex to fix floating paginate (#7656)
This commit is contained in:
committed by
Lunny Xiao
parent
23e8cff08c
commit
ed3d124552
@@ -1971,6 +1971,8 @@
|
||||
&.user-cards {
|
||||
.list {
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.item {
|
||||
list-style: none;
|
||||
|
Reference in New Issue
Block a user