From 6c369232e38bc00ec7900fbd7659007bfd13152d Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Thu, 20 Feb 2025 19:20:15 +0100 Subject: [PATCH] Fix action buttons spanning multiple lines not being shown --- src/views/conflicts-resolution/actions-gutter.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/conflicts-resolution/actions-gutter.tsx b/src/views/conflicts-resolution/actions-gutter.tsx index 28cc738..1abe582 100644 --- a/src/views/conflicts-resolution/actions-gutter.tsx +++ b/src/views/conflicts-resolution/actions-gutter.tsx @@ -94,16 +94,19 @@ const ActionsGutter: React.FC = ({ buttons = (
= ({ style={{ position: "absolute", right: 0, - top: topRight - topLeft + lineHeight / 2 - 12, + top: + topRight - Math.min(topLeft, topRight) + lineHeight / 2 - 12, }} >