Skip to content
Snippets Groups Projects
Commit ac4fbdd5 authored by Hermann's avatar Hermann Committed by Hermann
Browse files

small styling changes

parent 88d868ba
No related branches found
No related tags found
1 merge request!42Change groups overview style
......@@ -11,9 +11,7 @@ class GroupListItem {
title: name,
hoverable: true,
rounded: true,
style: {
width: '250px',
},
style: { width: '250px' },
url: {
href: `/groups/${_id}`,
oncreate: m.route.link,
......@@ -37,7 +35,7 @@ class GroupListCard {
}),
]),
m('div', {
style: { display: 'flex', 'flex-wrap': 'wrap', 'margin-bottom': '5px' },
style: { display: 'flex', 'flex-wrap': 'wrap', margin: '0px 5px 5px 5px' },
}, groups.map(item => m(GroupListItem, { name: item.name, _id: item._id }))),
]),
}));
......
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