Merge pull request #5851 from cpmills1975/5847-pagination-font-error

Fixes: #5847 - Provide custom CSS for pagination chevrons
This commit is contained in:
Jeremy Stretch 2021-02-23 11:37:35 -05:00 committed by GitHub
commit a301c974e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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