Skip to content
Snippets Groups Projects
Commit 628b99d1 authored by HJ's avatar HJ :fire:
Browse files

don't stretch columns when uploading media

parent 5118eee1
No related branches found
No related tags found
2 merge requests!1711Update stable - 2.5.0 release,!1399Attachment improvements
Pipeline #36686 failed
......@@ -166,7 +166,7 @@
display: grid;
grid-column-gap: 0.5em;
grid-row-gap: 0.5em;
grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
.gallery-item {
margin: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment