Issue Fix: Misaligned reply preview in thread composer (#9977)
parent
6961c25603
commit
3f766b3f0f
|
@ -26,7 +26,7 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
row-gap: $spacing-8;
|
row-gap: $spacing-8;
|
||||||
padding: $spacing-8 $spacing-8 0 $spacing-8;
|
padding: $spacing-8 $spacing-8 0 0;
|
||||||
|
|
||||||
.mx_ReplyPreview_header {
|
.mx_ReplyPreview_header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue