Merge pull request #6164 from Ocelot-Social-Community/revert-6103-newsfeed-bigger-gap-between-posts

fix(webapp): revert pr `on newsfeed add bigger y-gap between posts #6121`
This commit is contained in:
Wolfgang Huß 2023-03-20 14:56:05 +01:00 committed by GitHub
commit 43f2c02f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ export default {
/* dirty fix to override broken styleguide inline-styles */
.ds-grid {
grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)) !important;
gap: 32px 16px !important;
gap: 16px !important;
grid-auto-rows: 20px;
}