Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit bd89498

Browse files
authored
Fix lost padding of event tile info line (#9009)
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 56258bc commit bd89498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ $left-gutter: 64px;
365365
}
366366

367367
.mx_EventTile_line {
368-
padding: 3px 0 2px; // Align with mx_EventTile_avatar and mx_EventTile_e2eIcon
368+
padding-block: 3px 2px; // Align with mx_EventTile_avatar and mx_EventTile_e2eIcon
369369

370370
.mx_MessageTimestamp {
371371
top: 0;

0 commit comments

Comments
 (0)