Tukkan
Tukkan
``` i[class^="icon-"], i[class*=" icon-"] { line-height: 1; } ``` Fixes the issue. Make sure you generated fonts with `--normalize true`
@ThunderAnimal it's more straightforward but haven't you lost animation when routing and the ability to swipe back?
I analyzed this problem. Check my comment [here](https://github.com/alerta/alerta/issues/1980#issuecomment-2401974151). It describes why the issue occurs.
Thank you for your input @lganzzzo, I have incorporated your suggested changes, and the addition of range headers now results in the expected 206 partial content responses. However, the outcome...
We found this issue yesterday in our project as well. The problem is with hardcoded keycloak redirectUri in [auth.ts](https://github.com/alerta/alerta-webui/blob/f81a02fc20084ae7a3a4a8367464126e4a459100/src/services/auth.ts#L86) of alerta web ui. Basically, what aplication needs after successful login...