Skip to content

Commit 3f766b3

Browse files
Issue Fix: Misaligned reply preview in thread composer (matrix-org#9977)
1 parent 6961c25 commit 3f766b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_ReplyPreview.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626
display: flex;
2727
flex-flow: column;
2828
row-gap: $spacing-8;
29-
padding: $spacing-8 $spacing-8 0 $spacing-8;
29+
padding: $spacing-8 $spacing-8 0 0;
3030

3131
.mx_ReplyPreview_header {
3232
display: flex;

0 commit comments

Comments
 (0)