Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
add: card height restrict
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Oct 15, 2021
1 parent 43f02d1 commit 79a0e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BarCard.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="box-border rounded-xl px-5 py-1 flex flex-row items-center border-card"
class="box-border rounded-xl px-5 py-1 flex flex-row items-center border-card h-16"
:class="[`bg-${$props.color}-bg`, `border-${$props.color}-border`]"
>
<div class="p-2">
Expand Down

0 comments on commit 79a0e48

Please sign in to comment.