Merge pull request #3830 from PierreMesure/fixes-pagination-bug-on-mobile

Fix pagination problem on mobile
This commit is contained in:
Javier Martín
2020-01-17 16:12:21 +01:00
committed by GitHub

View File

@@ -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;