From daf0bc180b4586e6ae6083a0ec1069db4437026f Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sat, 22 Oct 2022 11:47:29 -0700 Subject: [PATCH] Fix confusing header select --- src/components/Timeline.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index ffb9260b..e53e5feb 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -1098,7 +1098,10 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) { font-weight: bold; margin-bottom: 4px; } - &.main { font-weight: 600; } + &.main { + display: inline-block; + font-weight: 600; + } } .select {