浏览代码

Note fu appt. v-center fix

Vijayakrishnan 3 年之前
父节点
当前提交
447825061e
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      resources/views/app/patient/note/follow-up-appointment.blade.php

+ 3 - 3
resources/views/app/patient/note/follow-up-appointment.blade.php

@@ -22,13 +22,13 @@
         </div>
         </div>
     @endif
     @endif
 
 
-    <div class="align-items-baseline mb-3 fu-appt-choices {{!is_null($note->is_follow_up_needed) ? 'd-none' : 'd-flex'}}">
+    <div class="align-items-center mb-3 fu-appt-choices {{!is_null($note->is_follow_up_needed) ? 'd-none' : 'd-flex'}}">
         <p class="font-weight-bold text-secondary my-0 mr-3">Would you like to book a follow-up appointment?</p>
         <p class="font-weight-bold text-secondary my-0 mr-3">Would you like to book a follow-up appointment?</p>
-        <label class="d-inline-flex align-items-center mr-3">
+        <label class="d-inline-flex align-items-center mr-3 my-0">
             <input type="radio" name="is_follow_up_needed" value="1">
             <input type="radio" name="is_follow_up_needed" value="1">
             <span class="ml-1">Yes</span>
             <span class="ml-1">Yes</span>
         </label>
         </label>
-        <label class="d-inline-flex align-items-center mr-3">
+        <label class="d-inline-flex align-items-center mr-3 my-0">
             <input type="radio" name="is_follow_up_needed" value="0">
             <input type="radio" name="is_follow_up_needed" value="0">
             <span class="ml-1 mr-3">No</span>
             <span class="ml-1 mr-3">No</span>
         </label>
         </label>