|
@@ -22,13 +22,13 @@
|
|
|
</div>
|
|
|
@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>
|
|
|
- <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">
|
|
|
<span class="ml-1">Yes</span>
|
|
|
</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">
|
|
|
<span class="ml-1 mr-3">No</span>
|
|
|
</label>
|