Skip to content

Commit

Permalink
💄 : use columns card group layout
Browse files Browse the repository at this point in the history
resolves #115
  • Loading branch information
juwit committed Aug 20, 2019
1 parent 2b3d8a1 commit 88ec6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</template>

<template id="modules-template">
<b-card-group deck>
<b-card-group columns>
<b-card v-for="module in modules"
:title="module.name">
<b-card-text>
Expand Down

0 comments on commit 88ec6fa

Please sign in to comment.