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

#23396 Issue Fix: Misaligned reply preview in thread composer #9977

Merged
merged 7 commits into from
Jan 25, 2023
1 change: 1 addition & 0 deletions res/css/views/rooms/_ReplyPreview.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ limitations under the License.
background: $background;
max-height: 50vh;
overflow: auto;
margin-left: calc(-1 * $spacing-8);
weeman1337 marked this conversation as resolved.
Show resolved Hide resolved

.mx_ReplyPreview_section {
border-bottom: 1px solid $primary-hairline-color;
Expand Down