Dalton Prock
Well-known member
After communicating with our developers on this they mentioned the following CSS code should fix the issue you are experiencing with signatures:Can you please provide a fix ?
CSS:
.message-content {
display: flex;
flex-direction: column;
justify-content: space-between;
}