Samson Mutunga 2 лет назад
Родитель
Сommit
6bdfd21f1d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      resources/views/app/gi-survey-questions.blade.php

+ 2 - 2
resources/views/app/gi-survey-questions.blade.php

@@ -242,7 +242,7 @@
                                         <label>Preferred time to call:</label>
                                         <div class="mb-3">
                                             <label class="me-3 text-muted">Day(s):</label>
-                                            <div class="d-flex flex-wrap mt-1">
+                                            <div class="d-flex flex-column flex-md-row flex-wrap mt-1">
                                                 <?php
                                                 $preferred_days_to_call = [
                                                     'M',
@@ -267,7 +267,7 @@
                                         </div>
                                         <div class="mb-3">
                                             <label class="me-3 text-muted">Time(s):</label>
-                                            <div class="d-flex flex-wrap mt-1">
+                                            <div class="d-flex flex-column flex-md-row flex-wrap mt-1">
                                                 <?php
                                                 $preferred_time_to_call = [
                                                     '8-10',