Remove margin on blockquotes in messages
This commit is contained in:
parent
31921ba521
commit
64bd766249
@ -101,7 +101,11 @@ button.dropdown-submit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ticketMessageBottom > .message {
|
.ticketMessageBottom > .message {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ticketMessageBottom > blockquote {
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message > * {
|
.message > * {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user