Remove margin on blockquotes in messages

merge-requests/24/head
Mike Koch 8 years ago
parent 31921ba521
commit 64bd766249

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

Loading…
Cancel
Save