Skip to content

Commit

Permalink
fix: add gap to entry list item when it's collapsed down
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoolbend committed May 19, 2024
1 parent 958174f commit f7b70f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EntryListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ watchEffect(() => {
</script>

<template>
<div class="entry row" :class="border">
<div class="entry row gap-3 gap-xl-0" :class="border">
<div class="col-12 col-xl-1 d-flex flex-column text-center gap-1">
<div class="car-number">
<div>Car</div>
Expand Down

0 comments on commit f7b70f6

Please sign in to comment.