diff --git a/webui/src/components/_commons/PanelMiddlewares.vue b/webui/src/components/_commons/PanelMiddlewares.vue index c1e03fcee8..5ef836118e 100644 --- a/webui/src/components/_commons/PanelMiddlewares.vue +++ b/webui/src/components/_commons/PanelMiddlewares.vue @@ -809,12 +809,11 @@
Content Security Policy
- - {{ exData(middleware).contentSecurityPolicy }} - + + + {{ exData(middleware).contentSecurityPolicy }} + + diff --git a/webui/src/css/sass/app.scss b/webui/src/css/sass/app.scss index d731566556..7157a171fb 100644 --- a/webui/src/css/sass/app.scss +++ b/webui/src/css/sass/app.scss @@ -121,6 +121,14 @@ body { border-radius: 8px; } +.app-card-as-chip { + box-shadow: none; + + .q-card__section { + padding: 5px !important; + } +} + // Chips .app-chip { border-radius: 8px;