Fixes: #5847 - Provide custom CSS for pagination chevrons

This commit is contained in:
Chris Mills 2021-02-22 23:23:33 +00:00
parent 3d3748d6f5
commit 4c7c2edf9a

View File

@ -177,6 +177,10 @@ nav ul.pagination {
margin-top: 0; margin-top: 0;
margin-bottom: 8px !important; margin-bottom: 8px !important;
} }
.pagination > li > a > .mdi::before {
top: 0;
font-size: 14px;
}
/* Devices */ /* Devices */
table.component-list td.subtable { table.component-list td.subtable {