Skip to content

Commit

Permalink
fix(card): prevent content from expanding card (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd authored Oct 2, 2023
1 parent fb22baf commit 3c7dd6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/SCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const classes = computed(() => [
<style scoped lang="postcss">
.SCard {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 1px;
border: 1px solid transparent;
border-radius: 6px;
Expand Down

0 comments on commit 3c7dd6c

Please sign in to comment.