Merge pull request #779 from basecamp/ff-avatar-fix

Don't justify content for avatar buttons to make FF happy
This commit is contained in:
Andy Smith
2025-07-21 17:02:25 -05:00
committed by GitHub
+1
View File
@@ -73,6 +73,7 @@
block-size: var(--btn-size);
display: grid;
inline-size: var(--btn-size);
justify-content: normal; /* FF fix */
place-items: center;
> * {