Merge remote-tracking branch 'dialog/master'

Fix for #833
This commit is contained in:
Ozzieisaacs
2019-03-09 20:02:17 +01:00
4 changed files with 8 additions and 4 deletions

View File

@@ -130,3 +130,7 @@ input.pill:not(:checked) + label .glyphicon {
.editable-cancel { margin-bottom: 0px !important; margin-left: 7px !important;}
.editable-submit { margin-bottom: 0px !important;}
.modal-body .comments {
max-height:300px;
overflow-y: auto;
}