Ver código fonte

Undo incorrect class

Vijayakrishnan 4 anos atrás
pai
commit
024e100058
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      resources/views/app/patients.blade.php

+ 1 - 1
resources/views/app/patients.blade.php

@@ -31,7 +31,7 @@
                 <i class="fas fa-user-injured"></i>
                 Patients
             </strong>
-            <select class="ml-3 max-width-300px form-control form-control-sm" onchange="fastLoad('/patients/' + this.value, true, false, false)">
+            <select class="ml-auto max-width-300px form-control form-control-sm" onchange="fastLoad('/patients/' + this.value, true, false, false)">
                 <option value="" {{ $filter === '' ? 'selected' : '' }}>All patients</option>
                 <option value="not-yet-seen" {{ $filter === 'not-yet-seen' ? 'selected' : '' }}>Patients I have not seen yet</option>
                 <option value="having-birthday-today" {{ $filter === 'having-birthday-today' ? 'selected' : '' }}>Patients having birthday today</option>