From 031c9c12045b9862bdb51be4eb56df18015db546 Mon Sep 17 00:00:00 2001 From: snipe Date: Sun, 30 Apr 2023 18:40:40 -0700 Subject: [PATCH] Added nobr tag to prevent external link icon and link from breaking Signed-off-by: snipe --- resources/views/partials/bootstrap-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index e02e187d1..5233c4b7e 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -514,7 +514,7 @@ if (value) { if ((value.indexOf("{") === -1) || (value.indexOf("}") ===-1)) { - return ' ' + value + ''; + return ' ' + value + ''; } return value; }