Skip to content

Commit

Permalink
replace custom padding with pt-4 to archive that new collum create is…
Browse files Browse the repository at this point in the history
… in line with existing collums. (#3315)
  • Loading branch information
CeEv authored Jul 3, 2024
1 parent 94aaec1 commit 657722c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/modules/feature/board/board/BoardColumnGhostHeader.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<div class="mb-4" ref="headerRef">
<div
class="d-flex flex-column justify-space-between align-stretch top-padding-fix"
>
<div class="d-flex flex-column justify-space-between align-stretch pt-4">
<VBtn
elevation="0"
variant="text"
Expand Down Expand Up @@ -46,8 +44,4 @@ const onAddColumn = () => {
.transition-divider {
transition: all ease-in 150ms;
}
.top-padding-fix {
padding-top: 19px;
}
</style>

0 comments on commit 657722c

Please sign in to comment.