Skip to content

Commit

Permalink
fix: 🐛 create margin on bottom of collapsed card
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed Dec 10, 2023
1 parent fbc37cf commit 5b8e098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cards/CollapsibleCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const toggleCollapse = () => {
</script>

<template>
<div class="n-card n-card--bordered border-[#efeff5] px-[24px] pt-[19px] shadow-md">
<div class="n-card n-card--bordered border-[#efeff5] px-[24px] pb-[.1rem] pt-[19px] shadow-md">
<div class="mb-6 flex justify-between">
<div class="text-[18px] font-medium leading-[38px]">{{ title }}</div>

Expand Down

0 comments on commit 5b8e098

Please sign in to comment.