Skip to content

Commit

Permalink
Merge pull request #262 from jabardigitalservice/refactor/width-col
Browse files Browse the repository at this point in the history
refactor: set default width for calendar column
  • Loading branch information
rizfirman authored May 29, 2024
2 parents de75274 + 52bf260 commit fcd66dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Sribaduga/KalenderReservasi/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
v-for="headerDate in dateDataList"
:key="headerDate.dateNumber"
scope="col"
class="w-[146.5px]"
>
<div class="ml-2 flex justify-center">
<p>{{ headerDate.dateName }}</p>
Expand Down

0 comments on commit fcd66dc

Please sign in to comment.