Vijayakrishnan 3 жил өмнө
parent
commit
ef703427b3

+ 1 - 1
resources/views/app/dashboard-admin.blade.php

@@ -572,7 +572,7 @@
                                         </tbody>
                                     </table>
                                 @else
-                                    <span class="text-secondary">No follow ups scheduled for today!</span>
+                                    <div class="text-secondary p-2">No follow ups scheduled for today!</div>
                                 @endif
                             </div>
                         </div>

+ 1 - 1
resources/views/app/dashboard-mcp.blade.php

@@ -409,7 +409,7 @@
                                             </tbody>
                                         </table>
                                     @else
-                                        <span class="text-secondary">No follow ups scheduled for today!</span>
+                                        <div class="text-secondary p-2">No follow ups scheduled for today!</div>
                                     @endif
                                 </div>
                             </div>