Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Remove obsolete declarations for buttons on EditMessageComposer on ThreadView #8632

Merged
merged 1 commit into from
May 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -977,9 +977,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
}
}