mirror of
https://github.com/splitbrain/dokuwiki-plugin-gallery.git
synced 2025-07-22 12:08:27 +00:00
fix display in firefox
(hopefully not having broken anything else)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user