forked from MarseyWorld/MarseyWorld
fix overflow on page buttons
parent
abd11a8db7
commit
5178f7470f
|
@ -1558,7 +1558,8 @@ nav
|
||||||
}
|
}
|
||||||
.pagination {
|
.pagination {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-left: 0;
|
flex-flow: wrap;
|
||||||
|
padding: 1rem 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
border-radius: 0.35rem;
|
border-radius: 0.35rem;
|
||||||
}
|
}
|
||||||
|
@ -4720,9 +4721,6 @@ ul.comment-section {
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
.pagination {
|
|
||||||
padding: 1rem 0;
|
|
||||||
}
|
|
||||||
.table .thead-dark th {
|
.table .thead-dark th {
|
||||||
color: var(--muted);
|
color: var(--muted);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
Loading…
Reference in New Issue