diff --git a/backend/device_registry/templates/actions.html b/backend/device_registry/templates/actions.html
index 48a1fdafb..e5a623f4b 100644
--- a/backend/device_registry/templates/actions.html
+++ b/backend/device_registry/templates/actions.html
@@ -190,7 +190,7 @@
All Nodes
-
@@ -198,6 +198,24 @@ All Nodes
diff --git a/backend/device_registry/templates/cve.html b/backend/device_registry/templates/cve.html
index a4d781398..79d337e73 100644
--- a/backend/device_registry/templates/cve.html
+++ b/backend/device_registry/templates/cve.html
@@ -164,7 +164,7 @@ TEXT GO HERE
-
@@ -219,7 +219,7 @@ TEXT GO HERE
if(!show)
return;
$('.popover-box').toggleClass('wott-scroll-x', box_scroll_x).toggleClass('wott-scroll-y', box_scroll_y);
- $('.wott-popover-body').html(html).toggleClass('w-100', body_w100).toggleClass('w-auto', !body_w100);
+ $('.wott-popover-body').html(html).toggleClass('w-100 d-flex flex-wrap', body_w100).toggleClass('w-auto', !body_w100);
$('#wott-popover-title').text(title);
}