diff --git a/front_end/src/app/(thecurve)/components/curve_histogram/curve_histogram.tsx b/front_end/src/app/(thecurve)/components/curve_histogram/curve_histogram.tsx index 627739eb54..129613d394 100644 --- a/front_end/src/app/(thecurve)/components/curve_histogram/curve_histogram.tsx +++ b/front_end/src/app/(thecurve)/components/curve_histogram/curve_histogram.tsx @@ -61,7 +61,7 @@ const CurveHistogram: FC = ({ fill: "light" + color, }, }} - barRatio={1.7} + barRatio={1.2} x={(d) => d.x + 0.5} /> = ({ {isExpanded && ( <>
= ({ const collapseLabel = _collapseLabel ?? t("collapse"); return ( -
+
{!!question.group_of_questions?.resolution_criteria && ( <>

diff --git a/front_end/src/app/(thecurve)/components/question_details/styles.css b/front_end/src/app/(thecurve)/components/question_details/styles.css index 823144d5f6..7e911f11b9 100644 --- a/front_end/src/app/(thecurve)/components/question_details/styles.css +++ b/front_end/src/app/(thecurve)/components/question_details/styles.css @@ -103,5 +103,5 @@ } .thecurve blockquote { - @apply my-4 border-s-4 border-gray-300 bg-gray-100 p-4 text-blue-300 dark:border-gray-300-dark dark:bg-gray-200-dark dark:text-blue-300; + @apply my-4 border-s-4 border-gray-300-dark bg-gray-200-dark p-4 text-blue-300; }