From 2729ea31072dcfcf175ee0257540a4b72b3d7a8c Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 3 May 2026 00:06:56 +0200 Subject: [PATCH] Adjust spacing, colors, and text formatting in Compatibility Questions display for improved visual consistency --- .../answers/compatibility-questions-display.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/components/answers/compatibility-questions-display.tsx b/web/components/answers/compatibility-questions-display.tsx index ed7d0fe2..8e16f268 100644 --- a/web/components/answers/compatibility-questions-display.tsx +++ b/web/components/answers/compatibility-questions-display.tsx @@ -453,7 +453,7 @@ export function CompatibilityAnswerBlock(props: { {answerText && ( {answerText} )} - - {answer?.explanation && } + + {answer?.explanation && } {distinctPreferredAnswersText.length > 0 && ( @@ -556,7 +556,7 @@ export function CompatibilityAnswerBlock(props: { data-testid="profile-compatibility-question-acceptable-answer" > {distinctPreferredAnswersText.map((text) => ( - + {text} ))}