/
Misaligned grid icons in Admin Console [5.2.2-B1]
Misaligned grid icons in Admin Console [5.2.2-B1]
The grids are typical way of displaying database data in the Admin Console. Each grid row can have associated icon, that displayed relevant status information (e.g. primary, pending, disabled, etc.):
Looking closely at the icon itself reveals fact, that it's misaligned compared to it's associated checkbox/radio button.
Solution
Add "vertical-align: middle;" style to both checkbox and image next to it (the "grid_selector_icon_html" block in "incs/grid_blocks.tpl" template).