Merge "Fix vertical alignment of action buttons when logged out"

This commit is contained in:
jenkins-bot 2020-09-25 18:18:43 +00:00 committed by Gerrit Code Review
commit c6e69d586f

View file

@ -125,6 +125,11 @@
flex-grow: 1;
margin-left: 3em;
}
.dt-ui-replyWidget-actions {
// Fix alignment within message widget
margin-bottom: 0;
}
}
&-editSummaryField.oo-ui-labelElement {