Fix issues with /me emote two liner (#33081)

* Fix issues with me emote liner

* Fix Prettier
This commit is contained in:
Zack
2026-04-09 12:13:02 +00:00
committed by GitHub
parent 1721b69017
commit 70e40009a3
3 changed files with 31 additions and 2 deletions
@@ -1378,6 +1378,10 @@ $left-gutter: 64px;
display: flex;
}
.mx_EventTile_annotatedInline {
display: inline-flex;
}
.mx_EventTile_footer {
display: flex;
gap: var(--cpd-space-2x);