Issue Fix: Misaligned reply preview in thread composer (#9977)

This commit is contained in:
Mustafa Kapadia 2023-01-25 13:21:07 +05:30 committed by GitHub
parent 6961c25603
commit 3f766b3f0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;