Explorar o código

RPM manager - entry text column UI fix

Vijayakrishnan %!s(int64=2) %!d(string=hai) anos
pai
achega
d95385c269

+ 4 - 4
resources/views/app/practice-management/rpm-manager/row.blade.php

@@ -259,7 +259,7 @@
                 @if(!$specificDate)
                     <div class="d-flex align-items-baseline" title="Me: {{strip_tags($iPatient->myEntries[0]->contentText)}}">
                         <span class="text-info mr-1">{{round($iPatient->myEntries[0]->timeInSeconds/60)}}m</span>
-                        <span class="flex-grow-1 max-width-200px text-ellipsis mr-1">{{strip_tags($iPatient->myEntries[0]->contentText)}}</span>
+                        <span class="flex-grow-1 max-width-140px text-ellipsis mr-1">{{strip_tags($iPatient->myEntries[0]->contentText)}}</span>
                         @if(gettype($iPatient->myEntries[0]->effectiveDate) === 'string')
                             <span class="text-secondary text-sm">{{friendly_date_compact($iPatient->myEntries[0]->effectiveDate)}}</span>
                         @endif
@@ -270,7 +270,7 @@
                         @if($iPatient->myEntries[$i]->effectiveDate === $specificDate)
                             <div class="d-flex align-items-baseline" title="Me: {{strip_tags($iPatient->myEntries[$i]->contentText)}}">
                                 <span class="text-info mr-1">{{round($iPatient->myEntries[$i]->timeInSeconds/60)}}m</span>
-                                <span class="flex-grow-1 max-width-200px text-ellipsis">{{strip_tags($iPatient->myEntries[$i]->contentText)}}</span>
+                                <span class="flex-grow-1 max-width-140px text-ellipsis">{{strip_tags($iPatient->myEntries[$i]->contentText)}}</span>
                             </div>
                             <?php $hasM = true; ?>
                         @endif
@@ -290,7 +290,7 @@
                         @if($viewingAs === 'ADMIN')
                             <span class="text-info mr-1">{{round($iPatient->otherEntries[0]->timeInSeconds/60)}}m</span>
                         @endif
-                        <span class="flex-grow-1 max-width-200px text-ellipsis mr-1">{{strip_tags($iPatient->otherEntries[0]->contentText)}}</span>
+                        <span class="flex-grow-1 max-width-140px text-ellipsis mr-1">{{strip_tags($iPatient->otherEntries[0]->contentText)}}</span>
                         @if(gettype($iPatient->otherEntries[0]->effectiveDate) === 'string')
                             <span class="text-secondary text-sm">{{friendly_date_compact($iPatient->otherEntries[0]->effectiveDate)}}</span>
                         @endif
@@ -303,7 +303,7 @@
                                 @if($viewingAs === 'ADMIN')
                                     <span class="text-info mr-1">{{round($iPatient->otherEntries[$i]->timeInSeconds/60)}}m</span>
                                 @endif
-                                <span class="flex-grow-1 max-width-200px text-ellipsis">{{strip_tags($iPatient->otherEntries[$i]->contentText)}}</span>
+                                <span class="flex-grow-1 max-width-140px text-ellipsis">{{strip_tags($iPatient->otherEntries[$i]->contentText)}}</span>
                             </div>
                             <?php $hasM = true; ?>
                         @endif