diff --git a/Bootstrap.Admin/Views/Admin/Healths.cshtml b/Bootstrap.Admin/Views/Admin/Healths.cshtml index d87a17c1..6975c250 100644 --- a/Bootstrap.Admin/Views/Admin/Healths.cshtml +++ b/Bootstrap.Admin/Views/Admin/Healths.cshtml @@ -9,6 +9,11 @@ <environment exclude="Development"> <link href="~/lib/bootstrap-table/bootstrap-table.min.css" rel="stylesheet" /> </environment> + <style> + .popover-body .bootstrap-table tbody td:first-child { + white-space: nowrap; + } + </style> } @section javascript { <environment include="Development">