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.
package/dist/index.mjs CHANGED
@@ -10111,7 +10111,7 @@ var QuizListResult = forwardRef19(({ className, onSubjectClick, ...props }, ref)
10111
10111
  CardResults,
10112
10112
  {
10113
10113
  onClick: () => onSubjectClick?.(subject.subject.id),
10114
- className: "max-w-full flex !flex-col",
10114
+ className: "max-w-full",
10115
10115
  header: subject.subject.name,
10116
10116
  correct_answers: subject.correct,
10117
10117
  incorrect_answers: subject.incorrect,