From d80b252a8cef0bebac33f538ee073b8a5bcbe2f9 Mon Sep 17 00:00:00 2001 From: Rob Gardiner Date: Wed, 1 May 2024 15:13:10 +0100 Subject: [PATCH] Column now stays straight on mobile --- src/app/components/timeline/timeline.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/components/timeline/timeline.css b/src/app/components/timeline/timeline.css index e8475978679..20e3af77589 100755 --- a/src/app/components/timeline/timeline.css +++ b/src/app/components/timeline/timeline.css @@ -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 {