mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Issue Fix: Misaligned reply preview in thread composer (#9977)
This commit is contained in:
parent
6961c25603
commit
3f766b3f0f
@ -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…
x
Reference in New Issue
Block a user