ananthakumaran / paisa

Paisa – Personal Finance Manager. https://paisa.fyi demo: https://demo.paisa.fyi
https://paisa.fyi
GNU Affero General Public License v3.0
2.4k stars 124 forks source link

Fix gain page rendering issue in Firefox #2

Closed akash-akya closed 1 year ago

akash-akya commented 1 year ago

Gain page is not properly getting rendered in Firefox, while works fine in chrome.

Screenshot 2022-09-25 at 9 27 38 PM

It appears alignment-baseline is not supported in Firefox, while supported in Chrome.

Using dominant-baseline fixed the issue. In this case using it should be fine?