瀏覽代碼

Patients list - no wrap for dob

Vijayakrishnan 3 年之前
父節點
當前提交
46c1a37bac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/mcp/patients-table.blade.php

+ 1 - 1
resources/views/app/mcp/patients-table.blade.php

@@ -26,7 +26,7 @@
 				</a>
 			</td>
 			<td>{{$patient->displayName()}}</td>
-			<td>{{ friendly_date_time($patient->dob, false) }} {{ $patient->age_in_years ? '(' . $patient->age_in_years . ' y.o)' : '(-)' }}</td>
+			<td class="text-nowrap">{{ friendly_date_time($patient->dob, false) }} {{ $patient->age_in_years ? '(' . $patient->age_in_years . ' y.o)' : '(-)' }}</td>
 			<td>{{ $patient->sex }}</td>
 			<td>{{ $patient->usual_bmi }}</td>
 			<td>