Skip to content

Commit 43dbdd0

Browse files
authored
Merge pull request #3811 from Ben-Ro/Card-View_Duedate_delete-Icon_not_aligned_properly
Align Duedate-delete icon properly - fixes #3791
2 parents 2c7708d + e3d1970 commit 43dbdd0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/card/CardSidebarTabDetails.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,11 @@ export default {
388388
389389
.section-details {
390390
flex-grow: 1;
391+
display: flex;
392+
flex-wrap: wrap;
391393
392394
button.action-item--single {
393-
margin-top: -6px;
395+
margin-top: -3px;
394396
}
395397
}
396398
}

0 commit comments

Comments
 (0)