gitpod
gitpod copied to clipboard
Credits column in usage detail view is misaligned and truncation is annoying
Content in the Credits column should be aligned right, and I think overflow:hidden would work better (instead of ellipses) when the "min" units string does not fit.
Originally, the ellipsis existed because we were storing the credits with high precision. Now, we only store them with a 2 digit precision. To fix the ellipsis, we could simply stop truncating and show the 2 decimal points that we now guarantee to have on the results.
I think this is fixed. Please reopen if I'm missing something.