Steps to replicate the issue (include links if applicable):
- Visit this link logged out/incognito
What happens?:
The info icon is cut off because it's too narrow to show the entire mask image. Note that the mask-size is 20px and the width is 16.55px.
What should have happened instead?:
The entire icon should display. The icon span's width and the mask-size should be the same (20px):
Software version: Codex 2.2.0
The styles in the browser look like this:
mask-size: max( calc( var( --font-size-medium, 1rem ) + 4px ), 10px ); width: calc( var( --font-size-medium, 1rem ) + 4px );
On the Codex site, --font-size-medium is set so that value gets used. On the auth site, that variable is not set, so the fallback gets used. That may or may not be related to the difference in calculation.




