|
@@ -106,7 +106,8 @@ foreach($patient->measurements as $measurement) {
|
|
|
</a>
|
|
|
@endif
|
|
|
</div>
|
|
|
- <table class="table table-sm border-0 my-0 mx-2">
|
|
|
+ <div class="px-2">
|
|
|
+ <table class="table table-sm border-0 my-0">
|
|
|
<tbody>
|
|
|
@foreach($vitalLabels as $label)
|
|
|
<tr>
|
|
@@ -138,7 +139,7 @@ foreach($patient->measurements as $measurement) {
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
- <span class="content-html">
|
|
|
+ <span class="content-html text-nowrap">
|
|
|
<span>{{ $label }}:</span>
|
|
|
<b>{{ $vitalValues[$label]['value'] }}</b>
|
|
|
<span class="font-weight-normal text-secondary ml-2 text-sm">(as on {{ friendly_date_time($vitalValues[$label]['effectiveDate'], false) }})</span>
|
|
@@ -156,4 +157,5 @@ foreach($patient->measurements as $measurement) {
|
|
|
@endif
|
|
|
</tbody>
|
|
|
</table>
|
|
|
+ </div>
|
|
|
</div>
|