Remove margin on blockquotes in messages

This commit is contained in:
Mike Koch 2016-07-24 21:51:01 -04:00
parent 31921ba521
commit 64bd766249

View File

@ -101,7 +101,11 @@ button.dropdown-submit {
}
.ticketMessageBottom > .message {
margin-bottom: 0px;
margin-bottom: 0;
}
.ticketMessageBottom > blockquote {
margin-bottom: 0;
}
.message > * {