fix display in firefox

(hopefully not having broken anything else)
This commit is contained in:
Andreas Gohr
2023-09-03 18:48:22 +02:00
parent e2a2ca76d8
commit ca48c60aad

View File

@ -27,7 +27,7 @@ div.plugin-gallery {
display: grid;
// column setup happens in Formatter::formatPage()
gap: 1em;
width: fit-content;
width: auto;
max-width: 100%;
figure {