fix overflow on page buttons

pull/173/head
Aevann 2023-07-27 03:30:14 +03:00
parent abd11a8db7
commit 5178f7470f
1 changed files with 2 additions and 4 deletions

View File

@ -1558,7 +1558,8 @@ nav
}
.pagination {
display: flex;
padding-left: 0;
flex-flow: wrap;
padding: 1rem 0;
list-style: none;
border-radius: 0.35rem;
}
@ -4720,9 +4721,6 @@ ul.comment-section {
background-position: bottom;
object-fit: cover;
}
.pagination {
padding: 1rem 0;
}
.table .thead-dark th {
color: var(--muted);
font-size: 12px;