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.js CHANGED
@@ -10138,7 +10138,7 @@ var QuizListResult = (0, import_react28.forwardRef)(({ className, onSubjectClick
10138
10138
  CardResults,
10139
10139
  {
10140
10140
  onClick: () => onSubjectClick?.(subject.subject.id),
10141
- className: "max-w-full flex !flex-col",
10141
+ className: "max-w-full",
10142
10142
  header: subject.subject.name,
10143
10143
  correct_answers: subject.correct,
10144
10144
  incorrect_answers: subject.incorrect,