Skip to content

Commit

Permalink
#132: Make tool cards full-width
Browse files Browse the repository at this point in the history
  • Loading branch information
roryschadler committed Mar 11, 2022
1 parent c5386f0 commit aeb1e2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool-card class="md-layout-item tool-card" :name="name" v-if="card">
<tool-card class="md-layout-item md-size-100 tool-card" :name="name" v-if="card">
<template v-for="(_, name) in $scopedSlots" :slot="name">
<slot :name="name" v-if="cardSlots.includes(name)"></slot>
</template>
Expand Down

0 comments on commit aeb1e2d

Please sign in to comment.