diff --git a/dashboard/plugins/plugins-form/pluginsForm.component.html b/dashboard/plugins/plugins-form/pluginsForm.component.html
index 676af549..ce470244 100644
--- a/dashboard/plugins/plugins-form/pluginsForm.component.html
+++ b/dashboard/plugins/plugins-form/pluginsForm.component.html
@@ -96,7 +96,7 @@
+ class="uk-width-1-1" [previewInAdmin]="true">
diff --git a/dashboard/plugins/utils/pluginUrl.component.ts b/dashboard/plugins/utils/pluginUrl.component.ts
index 2cfefcad..eae2a8b0 100644
--- a/dashboard/plugins/utils/pluginUrl.component.ts
+++ b/dashboard/plugins/utils/pluginUrl.component.ts
@@ -8,7 +8,7 @@ import {RouterModule} from "@angular/router";
imports:[CommonModule, RouterModule],
selector: 'plugin-url',
template: `
-
+
@@ -19,6 +19,7 @@ import {RouterModule} from "@angular/router";
[target]="url.target" [class.uk-disabled]=previewInAdmin>
{{url.linkText}}
+
`,
standalone :true