Skip to content

Commit

Permalink
Merge pull request #1078 from vector-im/madlittlemods/accommodate-lon…
Browse files Browse the repository at this point in the history
…g-dates-in-date-headers

Accommodate long dates in sticky date headers
  • Loading branch information
MidhunSureshR authored May 10, 2023
2 parents 4cb11a1 + 1686b3d commit e42b767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/web/ui/css/themes/element/timeline.css
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ only loads when the top comes into view*/
.DateHeader time {
margin: 0 auto;
padding: 12px 4px;
width: 250px;
max-width: 350px;
padding: 12px;
display: block;
color: var(--light-text-color);
Expand Down

0 comments on commit e42b767

Please sign in to comment.