Change similar issues section to have a max height instead of a fixed height, fixes #46124

This commit is contained in:
Rachel Macfarlane
2018-03-28 14:28:33 -07:00
parent b2f572cf0f
commit c8d61024f9
@@ -345,7 +345,7 @@ button {
.issues-container {
margin-left: 1.5em;
margin-top: .5em;
height: 92px;
max-height: 92px;
overflow-y: auto;
}