ryoji-s 2 лет назад
Родитель
Сommit
46cbe62c32
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/features/questionnaire/client/components/Question.tsx

+ 1 - 1
apps/app/src/features/questionnaire/client/components/Question.tsx

@@ -21,7 +21,7 @@ const Question = ({ question, inputNamePrefix }: QuestionProps): JSX.Element =>
         </span>
         </span>
       </div>
       </div>
       <div className="col-6 d-flex align-items-center pl-0">
       <div className="col-6 d-flex align-items-center pl-0">
-        <div className="btn-group btn-group-toggle flex-fill grw-questionnaire-btn-group" data-toggle="buttons">
+        <div className="btn-group flex-fill grw-questionnaire-btn-group">
           <label className="btn btn-outline-primary active mr-4 rounded">
           <label className="btn btn-outline-primary active mr-4 rounded">
             <input type="radio" name={`${inputNamePrefix + question._id}`} id={`${question._id}-noAnswer`} value="0" defaultChecked /> -
             <input type="radio" name={`${inputNamePrefix + question._id}`} id={`${question._id}-noAnswer`} value="0" defaultChecked /> -
           </label>
           </label>