analytica-frontend-lib 1.1.42 → 1.1.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6215,7 +6215,7 @@ var QuizListResult = (0, import_react12.forwardRef)(({ className, onSubjectClick
6215
6215
  CardResults,
6216
6216
  {
6217
6217
  onClick: () => onSubjectClick?.(subject.subject.id),
6218
- className: "max-w-full flex !flex-col",
6218
+ className: "max-w-full",
6219
6219
  header: subject.subject.name,
6220
6220
  correct_answers: subject.correct,
6221
6221
  incorrect_answers: subject.incorrect,