Skip to content
Snippets Groups Projects
Commit 546d2485 authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Merge branch 'bugfix/98-fix-max-width-of-resource-cards' into 'main'

Resolve "Fix max-width of resource cards"

Closes #98

See merge request !95
parents 73ac7dbc c457ae7e
No related branches found
No related tags found
1 merge request!95Resolve "Fix max-width of resource cards"
Pipeline #46501 passed
...@@ -121,7 +121,7 @@ onMounted(() => { ...@@ -121,7 +121,7 @@ onMounted(() => {
:key="resource.resource_id" :key="resource.resource_id"
:resource="resource" :resource="resource"
:loading="false" :loading="false"
style="min-width: 48%" style="min-width: 47%; max-width: 48%"
/> />
</CardTransitionGroup> </CardTransitionGroup>
</div> </div>
......
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