From e97ce4f344c4c8b2d2b07d9b4986f4e64a7f9160 Mon Sep 17 00:00:00 2001 From: nleanba <25827850+nleanba@users.noreply.github.com> Date: Wed, 20 Mar 2024 21:48:17 +0000 Subject: [PATCH] ui fixes trying to rein in flex --- src/components/Timeline.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index 369c832..fd74e5f 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -617,6 +617,7 @@ html { .card.collapsed { max-height: 18rem; position: relative; + overflow: hidden; } .expander { @@ -651,6 +652,7 @@ html { padding: .8rem 0 .4rem; min-width: 140px; flex: 1 0.5 content; + max-width: calc(100% - max(40%,140px)); &>*:last-child { padding-right: .8rem; @@ -767,6 +769,7 @@ html { overflow: visible; flex: 0 1 content; min-width: max(140px, 40%); + max-width: calc(100% - 140px); .label { align-items: center; gap: .4rem;