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:
parent
2d386556a6
commit
c715f72745
1 changed files with 0 additions and 5 deletions
|
@ -982,9 +982,4 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
|
||||||
.mx_EditMessageComposer {
|
.mx_EditMessageComposer {
|
||||||
margin-left: 30px !important; // align start of first letter with that of the event body
|
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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue