On Blog pagination the start previous next end buttons are shown with icon fonts and its all good. On multilingual websites though instead of icon fonts, it shows the text, which is in most languages wide enough to be shown outside the button...
The problem is that the font iconset is being set from CSS withith the below css code
.pagination > li > a[title="Next"]::after, .pagination > li > a[title="End"]::after, .pagination > li > a[title="Start"]::after, .pagination > li > a[title="Prev"]::after
But...Next Prev End and Start only work with english language...