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

Constraint width of resource cards

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