Skip to content
Snippets Groups Projects
Commit d5fa5d95 authored by Remco Tukker's avatar Remco Tukker
Browse files

use builtin modern css as basis, because despite its ugliness, it fixes three...

use builtin modern css as basis, because despite its ugliness, it fixes three annoying issues with the builtin default v2 theme: it ensures indents work for dynamic matrix questions, it doesnt display a double hover popup when a validation fails in a matrix question field, and it fixes the layout of multiple textboxes questions
parent 6e73e810
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -4,7 +4,7 @@ import { createRoot } from 'react-dom/client';
//import 'bootstrap/dist/css/bootstrap.min.css';
import 'survey-core/defaultV2.min.css';
import 'survey-core/modern.min.css';
import surveyJson from './survey_model.json';
import { Model } from 'survey-core';
import { Survey } from 'survey-react-ui';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment