Sfoglia il codice sorgente

Typical daya / lifestyle segment - UI fix

Vijayakrishnan 3 anni fa
parent
commit
a2553056a5

+ 2 - 2
resources/views/app/patient/segment-templates/typical_day_lifestyle/summary.blade.php

@@ -44,13 +44,13 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
             <tbody>
             @foreach(@$contentData["lines"] as $line)
                 <tr>
-                    <td><pre class="m-0">{{$line['S']}}</pre></td>
+                    <td><pre class="m-0">{{$line['S']}}&nbsp;</pre></td>
                     <td>
                         <div class="d-flex align-items-baseline">
                             @if(@$line['I'])
                                 <b class="mr-2">{{$line['I']}}</b>
                             @endif
-                            <pre class="m-0">{{$line['P']}}</pre>
+                            <pre class="m-0">{{$line['P']}}&nbsp;</pre>
                         </div>
                     </td>
                 </tr>