Posted 12 March 2026, 10:43 am EST - Updated 12 March 2026, 10:50 am EST
Hello, all,
While working with the Wijmo pagination component recently, we noticed the navigate-to-last-page icon within its button is not vertically aligned with the adjacent icons (see screenshot at bottom of this post. Screenshot taken from the Wijmo pure-JavaScript “Client-side pagination” demo).
So, yeah, the misalignment is very small. But it’s not nothing and can be noticeable when next to the other icons.
Looking at the styling properties, the difference appears to be the value of the top property in the icon containers:
- The previous and next button have top: 1px
- The navigate-to-first-page button uses top: .12em (which also misaligns the icon a bit, but not as much as navigate-to-last-page)
- The navigate-to-last-page button does not specify a top value
I’m curious if the Wijmo team has any suggested way how consumers should handle this (extraordinarily small, I realize) visual bug, or whether this is eligible for a fix on the Wijmo side. Any help and suggestions are much appreciated. Thanks!

