فهرست منبع

rounded left and rounded right to s e

ryoji-s 2 سال پیش
والد
کامیت
08aca18f12

+ 1 - 1
apps/app/src/components/InstallerForm.tsx

@@ -105,7 +105,7 @@ const InstallerForm = memo((): JSX.Element => {
               </div>
               </div>
               <button
               <button
                 type="button"
                 type="button"
-                className="btn btn-secondary dropdown-toggle form-control text-right rounded-right"
+                className="btn btn-secondary dropdown-toggle form-control text-right rounded-end"
                 id="dropdownLanguage"
                 id="dropdownLanguage"
                 data-testid="dropdownLanguage"
                 data-testid="dropdownLanguage"
                 data-toggle="dropdown"
                 data-toggle="dropdown"

+ 1 - 1
apps/app/src/components/SearchPage/SortControl.tsx

@@ -35,7 +35,7 @@ const SortControl: FC <Props> = (props: Props) => {
             {renderOrderIcon()}
             {renderOrderIcon()}
           </div>
           </div>
         </div>
         </div>
-        <div className="border rounded-right">
+        <div className="border rounded-end">
           <button
           <button
             type="button"
             type="button"
             className="btn dropdown-toggle py-1"
             className="btn dropdown-toggle py-1"

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

@@ -25,7 +25,7 @@ const Question = ({ question, inputNamePrefix }: QuestionProps): JSX.Element =>
           <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>
-          <label className="btn btn-outline-primary rounded-left">
+          <label className="btn btn-outline-primary rounded-start">
             <input type="radio" name={`${inputNamePrefix + question._id}`} id={`${question._id}-option1`} value="1" /> 1
             <input type="radio" name={`${inputNamePrefix + question._id}`} id={`${question._id}-option1`} value="1" /> 1
           </label>
           </label>
           <label className="btn btn-outline-primary">
           <label className="btn btn-outline-primary">