Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
flmartineau committed Oct 3, 2023
1 parent 4094c11 commit 61bd8be
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
&-content {
line-height: 18px;
margin-left: 40px;
white-space: initial !important;
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@
justify-content: center;
}

//&-vertical {
// justify-items: center;
// overflow-y: auto;
// overflow-x: hidden;
// display: grid;
// grid-gap: 10px;
// //grid-template-columns: repeat(auto-fill, minmax(230px,1fr));
// grid-auto-rows: 0;
//}
&-vertical {
justify-items: center;
overflow-y: auto;
overflow-x: hidden;
display: grid;
grid-gap: 10px;
grid-auto-rows: 0;
}

&-horizontal {
min-height: 20vh;
Expand All @@ -47,4 +46,4 @@
overflow-y: scroll;
height: 55vh;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
</div>
</div>
<card-item-comments
ng-if="vm.hasComments && vm.hasImgDisplay"
ng-if="vm.hasComments && vm.hasImgDisplay()"
card="vm.card"
card-update-eventer="vm.cardUpdateEventer"
board-owner="vm.boardOwner"
selector-resize="vm.selectorResize">
</card-item-comments>
</div>
</div>
</div>

0 comments on commit 61bd8be

Please sign in to comment.