Skip to content

Commit

Permalink
Merge pull request #15417 from robGardiner01/vertical-alignment-timeline
Browse files Browse the repository at this point in the history
Fix: Timeline vertical alignment broken in case of small devices
  • Loading branch information
cetincakiroglu authored May 3, 2024
2 parents 6ffdcef + d80b252 commit de3c5d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/timeline/timeline.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@
.p-timeline-event-opposite {
flex: 1;
padding: 0 1rem;
min-width: 100px;
}

.p-timeline-event-content {
flex: 1;
padding: 0 1rem;
min-width: 100px;
}

.p-timeline-event-separator {
Expand Down

0 comments on commit de3c5d9

Please sign in to comment.