Gregory Van Horne
Gregory Van Horne
For what it's worth I'm seeing the issue persist in Windows 10 / Chrome Version 128.0.6613.120 as well
From visual inspection I'm not convinced a different font will resolve the issue. It looks to me like the text content of the th element is overlapping with the rightmost...
That seems like a good suggestion. Adding `display: flex-inline;` and `justify-content: center;` looks good on my windows machine for Edge / Chrome. I'll test on MacOS later on 👍
Nice! Thanks for verifying 🤝
My mistake for the duplicate issue. I must have had overly specific search parameters.
Browser: Microsoft Edge for Business Version 128.0.2739.42 (Official build) (64-bit) OS: Microsoft 10 Enterprise
Jumping in to +1 this issue and outline the steps I took as a workaround following paulishca's solution here: https://forums.meteor.com/t/react-router-v7-not-working-with-meteor/62618/6 1. Add `"postinstall": "patch-package"` to your project's `package.json` scripts 2....