I'm using v5.2.4 for Radzen.Blazor; the "items per page" drop down is ugly. I'm using a very simple Blazor page with the paging at the top of the grid.
Is there CSS I can manipulate to fix this?
I'm using v5.2.4 for Radzen.Blazor; the "items per page" drop down is ugly. I'm using a very simple Blazor page with the paging at the top of the grid.
Is there CSS I can manipulate to fix this?
Fixed it myself by manually editing the CSS classes for the dropdown (.rz-dropdown{ padding: 0; padding-top:5px;} in the razor page.