Fix vertical alignment of action buttons when logged out

Bug: T263871
Change-Id: Id2c39b630ddbbd6232f67a161de3f74f36a7cd6b
This commit is contained in:
Ed Sanders 2020-09-24 15:49:33 +01:00 committed by Esanders
parent 670bd1d2c3
commit 06d42957a5

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 {