|
@@ -76,7 +76,7 @@ if(!@$summaryView) {
|
|
|
@include('app.patient.wizard-partials.relevance-column', ['point' => $point])
|
|
|
@endif
|
|
|
<td>
|
|
|
- <div class="d-flex align-items-baseline">
|
|
|
+ <div class="d-flex align-items-start">
|
|
|
@include('app.patient.wizard-partials.state-icon', ['point' => $medication])
|
|
|
<div>
|
|
|
@if(!@$summaryView)
|
|
@@ -134,7 +134,7 @@ if(!@$summaryView) {
|
|
|
@include('app.patient.wizard-partials.state-badge', ['point' => $medication, 'addedVerb' => 'Prescribed', 'removedVerb' => 'Discontinued'])
|
|
|
</div>
|
|
|
@if(!@$summaryView)
|
|
|
- <div class="ml-auto mr-1">
|
|
|
+ <div class="ml-auto pl-1 mr-1">
|
|
|
<div moe>
|
|
|
@if(!$favoriteUid)
|
|
|
<form show url="/api/proFavorite/create">
|