Skip to content

Commit

Permalink
BC-7588 - fix card title padding (#3311)
Browse files Browse the repository at this point in the history
Fix card title spacing.
  • Loading branch information
hoeppner-dataport authored Jul 3, 2024
1 parent 2903132 commit 94aaec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/feature/board/card/CardTitle.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<VCardTitle
class="d-block text-break-word pb-2"
class="d-block text-break-word pt-0 pb-2"
:class="{ 'pointer-events-none': !isEditMode }"
v-if="isEditMode || value !== ''"
>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/feature/board/shared/BoardAnyTitleInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
:rows="1"
auto-grow
flat
class="mx-n4 mb-n4"
class="mx-n4 mb-n2"
:placeholder="placeholder"
bg-color="transparent"
ref="titleInput"
Expand Down

0 comments on commit 94aaec1

Please sign in to comment.