[css] Fix paginator missing border-top on mobile.

This commit is contained in:
Fabio Caccamo
2022-09-28 12:46:11 +02:00
parent 833acf49a1
commit 5fb85d02a2
@@ -16,7 +16,7 @@
white-space: nowrap;
text-overflow: ellipsis;
border-radius: 0;
border-top: 1px solid #EEEEEE;
border-top: 1px solid #EEEEEE !important;
border-bottom: none;
margin: 0;
}