Skip to content

Commit

Permalink
Make sure MessageTimestamp is not hidden by EventTile_line (matrix-or…
Browse files Browse the repository at this point in the history
…g#8748)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul authored and JanBurp committed Jun 14, 2022
1 parent b622cfb commit 29b4ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/right_panel/_TimelineCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ limitations under the License.
&.mx_EventTile_info .mx_EventTile_line,
.mx_EventTile_line {
padding: var(--BaseCard_EventTile_line-padding-block) var(--BaseCard_EventTile-spacing-horizontal);
padding-inline-end: $MessageTimestamp_width; // ensure timestamp is not hidden

.mx_EventTile_e2eIcon {
inset-inline-start: 8px;
Expand Down

0 comments on commit 29b4ad2

Please sign in to comment.