fix chrome not right aligning buttons

This commit is contained in:
Bruno Windels 2019-05-17 16:00:08 +01:00
parent 578a183f49
commit 2544decab2

View File

@ -48,7 +48,7 @@ limitations under the License.
.mx_MessageEditor_buttons {
display: flex;
flex-direction: row;
justify-content: end;
justify-content: flex-end;
padding: 5px;
position: absolute;
left: 0;