Commit 3e734756 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Merge branch '22-notes-at-resource-management-view-are-not-checked-for-overflow-2' into 'develop'

Resolve "Notes at resource management view are not checked for overflow"

See merge request !15
parents 91185ca2 690aa8f6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+5 −0
Original line number Diff line number Diff line
@@ -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