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:
parent
23e8cff08c
commit
ed3d124552
2 changed files with 3 additions and 1 deletions
|
@ -1971,6 +1971,8 @@
|
|||
&.user-cards {
|
||||
.list {
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.item {
|
||||
list-style: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue