Merge pull request #3830 from PierreMesure/fixes-pagination-bug-on-mobile
Fix pagination problem on mobile
This commit is contained in:
@@ -409,6 +409,10 @@ a {
|
|||||||
background: $brand;
|
background: $brand;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pagination li {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.truncate-horizontal-text {
|
.truncate-horizontal-text {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
Reference in New Issue
Block a user