Issue Fix: Misaligned reply preview in thread composer (#9977)
This commit is contained in:
parent
6961c25603
commit
3f766b3f0f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue