Loading src/app/p_resources/admin/inventoryManagement/preview-resource/preview-resource.component.html +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ {{ note.text }} <div class="small"> written by {{ note.author }} @ {{ note.date | date: "d MMM y, h:mm a" }} {{ note.date | date: "d MMM y, h:mm:ss a" }} </div> </div> </div> Loading src/app/p_resources/admin/inventoryManagement/preview-resource/preview-resource.component.scss +5 −0 Original line number Diff line number Diff line Loading @@ -14,3 +14,8 @@ .tab-pane > .card:nth-child(1) { min-height: max(350px, 20vh); } .notes-container { max-height: 265px; overflow-y: auto; } No newline at end of file Loading
src/app/p_resources/admin/inventoryManagement/preview-resource/preview-resource.component.html +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ {{ note.text }} <div class="small"> written by {{ note.author }} @ {{ note.date | date: "d MMM y, h:mm a" }} {{ note.date | date: "d MMM y, h:mm:ss a" }} </div> </div> </div> Loading
src/app/p_resources/admin/inventoryManagement/preview-resource/preview-resource.component.scss +5 −0 Original line number Diff line number Diff line Loading @@ -14,3 +14,8 @@ .tab-pane > .card:nth-child(1) { min-height: max(350px, 20vh); } .notes-container { max-height: 265px; overflow-y: auto; } No newline at end of file