Item box: Remove hidden buttons from flex calculations (#4541)

This commit is contained in:
Abe Jellinek 2024-08-09 13:53:25 -06:00 committed by GitHub
parent b3589e1d89
commit 041d190286
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,6 +139,7 @@
width: 0; width: 0;
height: 0; height: 0;
padding: 0; padding: 0;
position: absolute;
} }
} }
.meta-data { .meta-data {