浏览代码

Client > memos - max width to content column

Vijayakrishnan 4 年之前
父节点
当前提交
a2be2742bc
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      resources/views/app/patient/dashboard.blade.php

+ 4 - 4
resources/views/app/patient/dashboard.blade.php

@@ -919,8 +919,8 @@
                             @if($patient->memos && count($patient->memos))
                                 <thead>
                                 <tr>
-                                    <th class="px-2 text-secondary w-25">Category</th>
-                                    <th class="px-2 text-secondary w-50">Summary</th>
+                                    <th class="px-2 text-secondary">Category</th>
+                                    <th class="px-2 text-secondary w-75">Summary</th>
                                     <th class="px-2 text-secondary">Created</th>
                                     <th class="px-2 text-secondary delete-column">&nbsp;</th>
                                 </tr>
@@ -928,9 +928,9 @@
                                 <tbody>
                                 @foreach($patient->memos as $memo)
                                     <tr>
-                                        <td class="px-2">{{ $memo->category }}</td>
+                                        <td class="px-2 text-nowrap">{{ $memo->category }}</td>
                                         <td class="px-2"><pre class="m-0 break-spaces">{{ $memo->content }}</pre></td>
-                                        <td class="px-2">{{ friendly_date_time($memo->created_at) }}</td>
+                                        <td class="px-2 text-nowrap">{{ friendly_date_time($memo->created_at) }}</td>
                                         <td class="px-2 text-center delete-column">
                                             <div moe wide relative class="mr-2">
                                                 <a class="on-hover-opaque" start show title="Edit">