We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a1abe commit c4756b9Copy full SHA for c4756b9
src/themes/material/assets/mat.css
@@ -962,6 +962,21 @@ p + .btn-background {
962
text-decoration: underline;
963
}
964
965
+/* Fix chevron icon clipping in pagination */
966
+ pagination li a:has(i) {
967
+ display: flex;
968
+ align-items: center;
969
+ justify-content: center;
970
+ min-height: 2.5rem;
971
+ padding: 0.5rem;
972
+ }
973
+
974
+ .pagination li a i {
975
+ font-size: 1rem;
976
+ line-height: 1;
977
+ vertical-align: middle;
978
979
980
/* Hide mobile navigation from keyboard navigation on wide screens */
981
@media only screen and (min-width: 993px) {
982
.sidenav {
0 commit comments