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
2 changes: 1 addition & 1 deletion res/css/views/rooms/_ReplyPreview.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ limitations under the License.
display: flex;
flex-flow: column;
row-gap: $spacing-8;
padding: $spacing-8 $spacing-8 0 $spacing-8;
padding: $spacing-8 $spacing-8 0 0;

.mx_ReplyPreview_header {
display: flex;
Expand Down