Remove obsolete declarations for buttons on EditMessageComposer on ThreadView (#8632)

Those declarations are no longer necessary to align the buttons with the right edge of the input area and background.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
Suguru Hirahara 2022-05-18 13:22:42 +00:00 committed by GitHub
parent 2d386556a6
commit c715f72745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -982,9 +982,4 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
.mx_EditMessageComposer {
margin-left: 30px !important; // align start of first letter with that of the event body
}
.mx_EditMessageComposer_buttons {
padding-right: 11px; // align with right edge of input
margin-right: 0; // align with right edge of background
}
}