diff --git a/src/admin/Bootstrap.Admin/Views/Admin/Healths.cshtml b/src/admin/Bootstrap.Admin/Views/Admin/Healths.cshtml index 63705e2a..43277083 100644 --- a/src/admin/Bootstrap.Admin/Views/Admin/Healths.cshtml +++ b/src/admin/Bootstrap.Admin/Views/Admin/Healths.cshtml @@ -13,11 +13,16 @@ @@media (min-width: 768px) { .card-body .bootstrap-table tr td:nth-child(5), .card-body .bootstrap-table tr th:nth-child(5), - .card-body .bootstrap-table tr td:last-child, + .card-body .bootstrap-table tr td:last-child, .card-body .bootstrap-table tr th:last-child { width: 78px; text-align: center; } + + .modal-body .bootstrap-table tr td:first-child { + word-break: keep-all; + white-space: nowrap; + } } } diff --git a/src/admin/Bootstrap.Admin/wwwroot/html/Healths-UI.html b/src/admin/Bootstrap.Admin/wwwroot/html/Healths-UI.html index 4415f6e0..2d0ce418 100644 --- a/src/admin/Bootstrap.Admin/wwwroot/html/Healths-UI.html +++ b/src/admin/Bootstrap.Admin/wwwroot/html/Healths-UI.html @@ -18,7 +18,6 @@